跳过导航链接
C D E F G I S U 

C

CacheConfig - cn.featherfly.common.cache中的类
The Class CacheConfig.
CacheConfig() - 类 的构造器cn.featherfly.common.cache.CacheConfig
Creates config object with ttl = 0 and maxIdleTime = 0.
CacheConfig(long) - 类 的构造器cn.featherfly.common.cache.CacheConfig
Creates config object.
CacheConfig(long, long) - 类 的构造器cn.featherfly.common.cache.CacheConfig
Creates config object.
CacheConfig(long, long, TimeUnit) - 类 的构造器cn.featherfly.common.cache.CacheConfig
Creates config object.
CacheConfig(long, long, int) - 类 的构造器cn.featherfly.common.cache.CacheConfig
Creates config object.
CacheConfig(long, long, TimeUnit, int) - 类 的构造器cn.featherfly.common.cache.CacheConfig
Creates config object.
CacheManager - cn.featherfly.common.cache中的类
CacheManager.
CacheManager(Map<String, CacheConfig>) - 类 的构造器cn.featherfly.common.cache.CacheManager
Instantiates a new cache manager.
close() - 类 中的方法cn.featherfly.common.cache.CacheManager
cn.featherfly.common.cache - 程序包 cn.featherfly.common.cache
 
createCache(String, C) - 类 中的方法cn.featherfly.common.cache.CacheManager

D

destroyCache(String) - 类 中的方法cn.featherfly.common.cache.CacheManager

E

enableManagement(String, boolean) - 类 中的方法cn.featherfly.common.cache.CacheManager
enableStatistics(String, boolean) - 类 中的方法cn.featherfly.common.cache.CacheManager
ExpiryPolicyImpl - cn.featherfly.common.cache中的类
SimpleExpiryPolicy.
ExpiryPolicyImpl(Duration) - 类 的构造器cn.featherfly.common.cache.ExpiryPolicyImpl
Instantiates a new simple expiry policy.
ExpiryPolicyImpl(Duration, Duration) - 类 的构造器cn.featherfly.common.cache.ExpiryPolicyImpl
Instantiates a new simple expiry policy.
ExpiryPolicyImpl(Duration, Duration, Duration) - 类 的构造器cn.featherfly.common.cache.ExpiryPolicyImpl
Instantiates a new simple expiry policy.

F

factoryOf(Duration) - 类 中的静态方法cn.featherfly.common.cache.ExpiryPolicyImpl
Factory of.
factoryOf(Duration, Duration) - 类 中的静态方法cn.featherfly.common.cache.ExpiryPolicyImpl
Factory of.
factoryOf(Duration, Duration, Duration) - 类 中的静态方法cn.featherfly.common.cache.ExpiryPolicyImpl
Factory of.
factoryOf(Duration) - 类 中的静态方法cn.featherfly.common.cache.ExpiryPolicyImpl
Factory of.
factoryOf(Duration, Duration) - 类 中的静态方法cn.featherfly.common.cache.ExpiryPolicyImpl
Factory of.
factoryOf(Duration, Duration, Duration) - 类 中的静态方法cn.featherfly.common.cache.ExpiryPolicyImpl
Factory of.

G

getCache(String) - 类 中的方法cn.featherfly.common.cache.CacheManager
getCache(String, Class<K>, Class<V>) - 类 中的方法cn.featherfly.common.cache.CacheManager
getCacheNames() - 类 中的方法cn.featherfly.common.cache.CacheManager
getCachingProvider() - 类 中的方法cn.featherfly.common.cache.CacheManager
getClassLoader() - 类 中的方法cn.featherfly.common.cache.CacheManager
getExpiryForAccess() - 类 中的方法cn.featherfly.common.cache.ExpiryPolicyImpl
返回expiryForAccess.
getExpiryForCreation() - 类 中的方法cn.featherfly.common.cache.ExpiryPolicyImpl
返回expiryForCreation.
getExpiryForUpdate() - 类 中的方法cn.featherfly.common.cache.ExpiryPolicyImpl
返回expiryForUpdate.
getMaxIdleTime() - 类 中的方法cn.featherfly.common.cache.CacheConfig
Gets the max idle time.
getMaxSize() - 类 中的方法cn.featherfly.common.cache.CacheConfig
Gets the max size.
getProperties() - 类 中的方法cn.featherfly.common.cache.CacheManager
getTimeUnit() - 类 中的方法cn.featherfly.common.cache.CacheConfig
Gets the time unit.
getTTL() - 类 中的方法cn.featherfly.common.cache.CacheConfig
Gets the ttl.
getURI() - 类 中的方法cn.featherfly.common.cache.CacheManager

I

isClosed() - 类 中的方法cn.featherfly.common.cache.CacheManager

S

setMaxIdleTime(long) - 类 中的方法cn.featherfly.common.cache.CacheConfig
Set max idle time for key\value entry in milliseconds.
setMaxSize(int) - 类 中的方法cn.featherfly.common.cache.CacheConfig
Set max size of map.
setTimeUnit(TimeUnit) - 类 中的方法cn.featherfly.common.cache.CacheConfig
Sets the time unit.
setTTL(long) - 类 中的方法cn.featherfly.common.cache.CacheConfig
Set time to live for key\value entry in milliseconds.

U

unwrap(Class<T>) - 类 中的方法cn.featherfly.common.cache.CacheManager
C D E F G I S U 
跳过导航链接