Uses of Interface
javax.cache.CacheConfiguration
-
Packages that use CacheConfiguration Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheConfiguration in javax.cache
Methods in javax.cache that return CacheConfiguration Modifier and Type Method Description CacheConfiguration<K,V>Cache. getConfiguration()Returns a CacheConfiguration. -
Uses of CacheConfiguration in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement CacheConfiguration Modifier and Type Class Description classCacheConfigurationImplTODO: class descriptionMethods in org.wso2.carbon.caching.impl that return CacheConfiguration Modifier and Type Method Description CacheConfiguration<K,V>CacheImpl. getConfiguration()
-