Uses of Interface
javax.cache.Cache
-
Packages that use Cache Package Description javax.cache javax.cache.event org.wso2.carbon.caching.impl -
-
Uses of Cache in javax.cache
Methods in javax.cache that return Cache Modifier and Type Method Description Cache<K,V>CacheBuilder. build()Create an instance of the namedCache.<K,V>
Cache<K,V>CacheManager. getCache(String cacheName)Looks up a named cache.Methods in javax.cache that return types with arguments of type Cache Modifier and Type Method Description Iterable<Cache<?,?>>CacheManager. getCaches()Returns an Iterable over the caches managed by this CacheManager. -
Uses of Cache in javax.cache.event
Methods in javax.cache.event that return Cache Modifier and Type Method Description CacheCacheEntryEvent. getSource()Constructors in javax.cache.event with parameters of type Cache Constructor Description CacheEntryEvent(Cache source)Constructs a cache entry event from a given cache as source -
Uses of Cache in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement Cache Modifier and Type Class Description classCacheImpl<K,V>TODO: class descriptionMethods in org.wso2.carbon.caching.impl that return Cache Modifier and Type Method Description Cache<K,V>CacheBuilderImpl. build()<K,V>
Cache<K,V>CarbonCacheManager. getCache(String cacheName)Methods in org.wso2.carbon.caching.impl that return types with arguments of type Cache Modifier and Type Method Description Iterable<Cache<?,?>>CarbonCacheManager. getCaches()Constructors in org.wso2.carbon.caching.impl with parameters of type Cache Constructor Description CacheEntryEventImpl(Cache source)Constructs a cache entry event from a given cache as sourceCacheMXBeanImpl(Cache cache, String ownerTenantDomain, int ownerTenantId)Constructor
-