Package | Description |
---|---|
net.ymate.platform.cache | |
net.ymate.platform.webmvc | |
net.ymate.platform.webmvc.support |
Modifier and Type | Method and Description |
---|---|
CacheElement |
ICacheScopeProcessor.getFromCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey)
从缓存中获取由cacheName指定的缓存对象
|
CacheElement |
CacheElement.touch() |
Modifier and Type | Method and Description |
---|---|
void |
ICacheScopeProcessor.putInCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey,
CacheElement cacheElement)
将对象放入缓存
|
Modifier and Type | Class and Description |
---|---|
class |
PageCacheElement |
Modifier and Type | Method and Description |
---|---|
CacheElement |
WebCacheScopeProcessor.getFromCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey) |
Modifier and Type | Method and Description |
---|---|
void |
WebCacheScopeProcessor.putInCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey,
CacheElement cacheElement) |
Copyright © 2022. All rights reserved.