Uses of Interface
javax.cache.CacheLifecycle
-
Packages that use CacheLifecycle Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheLifecycle in javax.cache
Subinterfaces of CacheLifecycle in javax.cache Modifier and Type Interface Description interfaceCache<K,V>A Cache provides storage of data for later fast retrieval. -
Uses of CacheLifecycle in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement CacheLifecycle Modifier and Type Class Description classCacheImpl<K,V>TODO: class description
-