public interface CacheManager
Title: 常用代码打包
Description: Central cache management of all caches used by diferent application. Cache sizes are stored as the following common property values:
Copyright: Copyright (c) 2006
Company: www.justdos.net
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Cache<String,T> |
createCache(String name,
int maxCacheSize,
long maxLifetime) |
<T> Map<String,T> |
getAllCache()
Returns all caches that this this manager contained.
|
<T> Cache<String,T> |
getCache(String cacheKey)
Gets Cache object for certain application with cacheKey
|
boolean |
isCacheEnabled()
Returns true if cache is globally enabled.
|
<T> Cache<String,T> getCache(String cacheKey)
<T> Map<String,T> getAllCache()
boolean isCacheEnabled()
Copyright © 2023 onecode. All rights reserved.