Class ManagedCache<K,V>
java.lang.Object
io.leandev.appfuse.cache.core.ManagedCache<K,V>
- Type Parameters:
K- 鍵的型別V- 值的型別
- All Implemented Interfaces:
Cache<K,V>
-
Constructor Details
-
ManagedCache
-
-
Method Details
-
get
-
put
-
remove
-
clear
-
containsKey
-
disable
-
enable
-
isEnabled
-
getStatistics
Description copied from interface:Cache取得快取統計資訊- Specified by:
getStatisticsin interfaceCache<K,V> - Returns:
- 統計資訊
-
getStatus
-
getName
-
getConfiguration
Description copied from interface:Cache取得快取配置- Specified by:
getConfigurationin interfaceCache<K,V> - Returns:
- 配置資訊
-
getDelegate
-