Package | Description |
---|---|
javax.cache | |
javax.cache.event | |
javax.cache.mbeans | |
javax.cache.spi | |
javax.cache.transaction | |
org.wso2.carbon.caching.impl |
Class and 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 Cache
|
CacheBuilder
A CacheBuilder is used for creating Caches.
|
CacheConfiguration
A value object for cache configuration.
|
CacheConfiguration.Duration
A time duration.
|
CacheConfiguration.ExpiryType
Type of Expiry
|
CacheException
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.
|
Class and Description |
---|
Cache
A Cache provides storage of data for later fast retrieval.
|
CacheException
Thrown to indicate an exception has occurred in the Cache.
|
Class and Description |
---|
CacheStatistics
Cache statistics.
|
Status
Indicates the lifecycle status of a resource.
|
Class and Description |
---|
CacheManagerFactory
Manages CacheManager instances.
|
OptionalFeature
Optional features that may be present in an implementation.
|
Class and Description |
---|
CacheException
Thrown to indicate an exception has occurred in the Cache.
|
Class and 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 Expiry
|
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.
|
Copyright © 2015 WSO2 Inc. All rights reserved.