Package | Description |
---|---|
net.ymate.platform.cache | |
net.ymate.platform.webmvc.support | |
net.ymate.platform.webmvc.util |
Modifier and Type | Method and Description |
---|---|
static ICaches.Scope |
ICaches.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICaches.Scope[] |
ICaches.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CacheElement |
ICacheScopeProcessor.getFromCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey)
从缓存中获取由cacheName指定的缓存对象
|
void |
ICacheScopeProcessor.putInCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey,
CacheElement cacheElement)
将对象放入缓存
|
Modifier and Type | Method and Description |
---|---|
CacheElement |
WebCacheScopeProcessor.getFromCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey) |
void |
WebCacheScopeProcessor.putInCache(ICaches caches,
ICaches.Scope scope,
String cacheName,
String cacheKey,
CacheElement cacheElement) |
Modifier and Type | Method and Description |
---|---|
static WebCacheHelper |
WebCacheHelper.bind(HttpServletRequest request,
HttpServletResponse response,
PageCacheElement pageCacheElement,
ICaches.Scope scope) |
Copyright © 2022. All rights reserved.