Uses of Package
javax.cache
-
Classes in javax.cache used by javax.cache Class Description Cache A Cache provides storage of data for later fast retrieval.Cache.Entry A cache entry (key-value pair).Cache.EntryProcessor Allows execution of code which may mutate a cache entry with exclusive access (including reads) to that entry.Cache.MutableEntry An accessor and mutator to the underlying CacheCacheBuilder A CacheBuilder is used for creating Caches.CacheConfiguration A value object for cache configuration.CacheConfiguration.Duration A time duration.CacheConfiguration.ExpiryType Type of ExpiryCacheEntryInfo Cache Information to Send to invalidate CacheCacheException Thrown to indicate an exception has occurred in the Cache.CacheLifecycle Cache resources may have non-trivial initialisation and disposal procedures.CacheLoader Used for read-through caching and loading data into a cache.CacheManager A CacheManager is used for looking up Caches and controls their lifecycle.CacheManagerFactory Manages CacheManager instances.CacheStatistics Cache statistics.CacheWriter A CacheWriter is used for write-through to an underlying resource.CachingShutdownException Thrown to indicate an exception has occurred in an aggregate Caching shutdown procedure.OptionalFeature Optional features that may be present in an implementation.Status Indicates the lifecycle status of a resource. -
Classes in javax.cache used by javax.cache.event Class Description Cache A Cache provides storage of data for later fast retrieval.CacheException Thrown to indicate an exception has occurred in the Cache. -
Classes in javax.cache used by javax.cache.mbeans Class Description CacheStatistics Cache statistics.Status Indicates the lifecycle status of a resource. -
Classes in javax.cache used by javax.cache.spi Class Description CacheManagerFactory Manages CacheManager instances.OptionalFeature Optional features that may be present in an implementation. -
Classes in javax.cache used by javax.cache.transaction Class Description CacheException Thrown to indicate an exception has occurred in the Cache. -
Classes in javax.cache used by org.wso2.carbon.caching.impl Class Description Cache A Cache provides storage of data for later fast retrieval.Cache.Entry A cache entry (key-value pair).Cache.EntryProcessor Allows execution of code which may mutate a cache entry with exclusive access (including reads) to that entry.CacheBuilder A CacheBuilder is used for creating Caches.CacheConfiguration A value object for cache configuration.CacheConfiguration.Duration A time duration.CacheConfiguration.ExpiryType Type of ExpiryCacheEntryInfo Cache Information to Send to invalidate CacheCacheInvalidationRequestSender Invoked if Cache Entry got Removed From local Cache and need to remove from other nodesCacheLifecycle Cache resources may have non-trivial initialisation and disposal procedures.CacheLoader Used for read-through caching and loading data into a cache.CacheManager A CacheManager is used for looking up Caches and controls their lifecycle.CacheManagerFactory Manages CacheManager instances.CacheStatistics Cache statistics.CacheWriter A CacheWriter is used for write-through to an underlying resource.CachingShutdownException Thrown to indicate an exception has occurred in an aggregate Caching shutdown procedure.OptionalFeature Optional features that may be present in an implementation.Status Indicates the lifecycle status of a resource. -
Classes in javax.cache used by org.wso2.carbon.caching.impl.clustering Class Description CacheEntryInfo Cache Information to Send to invalidate CacheCacheInvalidationRequestSender Invoked if Cache Entry got Removed From local Cache and need to remove from other nodes -
Classes in javax.cache used by org.wso2.carbon.caching.impl.internal Class Description CacheInvalidationRequestSender Invoked if Cache Entry got Removed From local Cache and need to remove from other nodes