- Cache<K,V> - Interface in javax.cache
-
A Cache provides storage of data for later fast retrieval.
- Cache.Entry<K,V> - Interface in javax.cache
-
A cache entry (key-value pair).
- Cache.EntryProcessor<K,V> - Interface in javax.cache
-
Allows execution of code which may mutate a cache entry with exclusive
access (including reads) to that entry.
- Cache.MutableEntry<K,V> - Interface in javax.cache
-
An accessor and mutator to the underlying Cache
- CACHE_EVICTION_FACTOR - Static variable in class org.wso2.carbon.caching.impl.CachingConstants
-
- CacheBuilder<K,V> - Interface in javax.cache
-
A CacheBuilder is used for creating Caches.
- CacheBuilderImpl<K,V> - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheBuilderImpl(String, CarbonCacheManager) - Constructor for class org.wso2.carbon.caching.impl.CacheBuilderImpl
-
- CacheCleanupTask - Class in org.wso2.carbon.caching.impl
-
TODO: class description
TODO: Also handle cache eviction - remove items from cache when the cache is full
- CacheCleanupTask() - Constructor for class org.wso2.carbon.caching.impl.CacheCleanupTask
-
- CacheConfiguration<K,V> - Interface in javax.cache
-
A value object for cache configuration.
- CacheConfiguration.Duration - Class in javax.cache
-
A time duration.
- CacheConfiguration.Duration(TimeUnit, long) - Constructor for class javax.cache.CacheConfiguration.Duration
-
Constructs a duration.
- CacheConfiguration.ExpiryType - Enum in javax.cache
-
Type of Expiry
- CacheConfigurationImpl - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheConfigurationImpl() - Constructor for class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- CacheConfigurationImpl(boolean, boolean, boolean, boolean, IsolationLevel, Mode, CacheConfiguration.Duration[]) - Constructor for class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- CacheEntry<K,V> - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheEntry(K, V) - Constructor for class org.wso2.carbon.caching.impl.CacheEntry
-
- CacheEntryCreatedListener<K,V> - Interface in javax.cache.event
-
- CacheEntryEvent<K,V> - Class in javax.cache.event
-
A Cache event base class
- CacheEntryEvent(Cache) - Constructor for class javax.cache.event.CacheEntryEvent
-
Constructs a cache entry event from a given cache as source
- CacheEntryEventImpl - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheEntryEventImpl(Cache) - Constructor for class org.wso2.carbon.caching.impl.CacheEntryEventImpl
-
Constructs a cache entry event from a given cache as source
- CacheEntryExpiredListener<K,V> - Interface in javax.cache.event
-
Invoked if a cache entry is evicted because of expiration.
- CacheEntryListener<K,V> - Interface in javax.cache.event
-
Tagging interface for cache entry listeners.
- CacheEntryListenerException - Exception in javax.cache.event
-
An exception to indicate a problem has occurred with a listener.
- CacheEntryListenerException() - Constructor for exception javax.cache.event.CacheEntryListenerException
-
Constructs a new InvalidConfigurationException.
- CacheEntryListenerException(String) - Constructor for exception javax.cache.event.CacheEntryListenerException
-
Constructs a new CacheEntryListenerException with a message string.
- CacheEntryListenerException(String, Throwable) - Constructor for exception javax.cache.event.CacheEntryListenerException
-
Constructs a CacheEntryListenerException with a message string, and
a base exception
- CacheEntryListenerException(Throwable) - Constructor for exception javax.cache.event.CacheEntryListenerException
-
Constructs a new CacheEntryListenerException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CacheEntryReadListener<K,V> - Interface in javax.cache.event
-
- CacheEntryRemovedListener<K,V> - Interface in javax.cache.event
-
- CacheEntryUpdatedListener<K,V> - Interface in javax.cache.event
-
- CacheException - Exception in javax.cache
-
Thrown to indicate an exception has occurred in the Cache.
- CacheException() - Constructor for exception javax.cache.CacheException
-
Constructs a new CacheException.
- CacheException(String) - Constructor for exception javax.cache.CacheException
-
Constructs a new CacheException with a message string.
- CacheException(String, Throwable) - Constructor for exception javax.cache.CacheException
-
Constructs a CacheException with a message string, and
a base exception
- CacheException(Throwable) - Constructor for exception javax.cache.CacheException
-
Constructs a new CacheException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CacheImpl<K,V> - Class in org.wso2.carbon.caching.impl
-
TODO: class description
TODO: Cache statistics
- CacheImpl(String, CacheManager) - Constructor for class org.wso2.carbon.caching.impl.CacheImpl
-
- CacheInvalidator - Interface in org.wso2.carbon.caching.impl
-
This is used for global cluster cache invalidation
- CacheLifecycle - Interface in javax.cache
-
Cache resources may have non-trivial initialisation and disposal procedures.
- CacheLoader<K,V> - Interface in javax.cache
-
Used for read-through caching and loading data into a cache.
- CacheManager - Interface in javax.cache
-
A CacheManager is used for looking up Caches and controls their lifecycle.
- CacheManagerFactory - Interface in javax.cache
-
Manages CacheManager instances.
- CacheManagerFactoryImpl - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheManagerFactoryImpl() - Constructor for class org.wso2.carbon.caching.impl.CacheManagerFactoryImpl
-
- CacheMXBean - Interface in javax.cache.mbeans
-
A management bean for cache.
- CacheMXBeanImpl - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheMXBeanImpl(Cache, String, int) - Constructor for class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
Constructor
- CacheStatistics - Interface in javax.cache
-
Cache statistics.
- CacheStatisticsImpl - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CacheStatisticsImpl() - Constructor for class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- CacheStatisticsMXBean - Interface in javax.cache.mbeans
-
A management bean for cache.
- CacheWriter<K,V> - Interface in javax.cache
-
A CacheWriter is used for write-through to an underlying resource.
- Caching - Class in javax.cache
-
A factory for creating CacheManagers using the SPI conventions in the JDK's
ServiceLoader
For a provider to be discovered, its jar must contain a resource called:
- CachingAxisConfigurationObserver - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CachingAxisConfigurationObserver() - Constructor for class org.wso2.carbon.caching.impl.CachingAxisConfigurationObserver
-
- CachingConstants - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CachingProvider - Interface in javax.cache.spi
-
Interface that should be implemented by a CacheManager factory provider.
- CachingProviderImpl - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CachingProviderImpl() - Constructor for class org.wso2.carbon.caching.impl.CachingProviderImpl
-
- CachingServiceComponent - Class in org.wso2.carbon.caching.impl.internal
-
- CachingServiceComponent() - Constructor for class org.wso2.carbon.caching.impl.internal.CachingServiceComponent
-
- CachingShutdownException - Exception in javax.cache
-
Thrown to indicate an exception has occurred in an aggregate Caching shutdown
procedure.
- CachingShutdownException(Map<CacheManager, Exception>) - Constructor for exception javax.cache.CachingShutdownException
-
Constructs a new CachingShutdownException with the specified list of shutdown
failures.
- CarbonCacheManager - Class in org.wso2.carbon.caching.impl
-
TODO: class description
- CarbonCacheManager(String, CacheManagerFactoryImpl) - Constructor for class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- checkAccess(String, int) - Static method in class org.wso2.carbon.caching.impl.Util
-
- clear() - Method in interface javax.cache.CacheStatistics
-
Clears the statistics counters to 0 for the associated Cache.
- clear() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- clear() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- close() - Method in interface javax.cache.CacheManagerFactory
-
Reclaims all resources obtained from this factory.
- close(ClassLoader) - Method in interface javax.cache.CacheManagerFactory
-
Reclaims all resources for a ClassLoader from this factory.
- close(ClassLoader, String) - Method in interface javax.cache.CacheManagerFactory
-
Reclaims all resources for a ClassLoader from this factory.
- close() - Static method in class javax.cache.Caching
-
Reclaims all resources obtained from this factory.
- close(ClassLoader) - Static method in class javax.cache.Caching
-
Reclaims all resources for a ClassLoader from this factory.
- close(ClassLoader, String) - Static method in class javax.cache.Caching
-
Reclaims all resources for a ClassLoader from this factory.
- close() - Method in class org.wso2.carbon.caching.impl.CacheManagerFactoryImpl
-
- close(ClassLoader) - Method in class org.wso2.carbon.caching.impl.CacheManagerFactoryImpl
-
- close(ClassLoader, String) - Method in class org.wso2.carbon.caching.impl.CacheManagerFactoryImpl
-
- containsKey(K) - Method in interface javax.cache.Cache
-
Returns true if this cache contains a mapping for the specified
key.
- containsKey(K) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- createCacheBuilder(String) - Method in interface javax.cache.CacheManager
-
Creates a new
CacheBuilder
for the named cache to be managed by this cache manager.
- createCacheBuilder(String) - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- createdConfigurationContext(ConfigurationContext) - Method in class org.wso2.carbon.caching.impl.CachingAxisConfigurationObserver
-
- creatingConfigurationContext(int) - Method in class org.wso2.carbon.caching.impl.CachingAxisConfigurationObserver
-
- get(K) - Method in interface javax.cache.Cache
-
Gets an entry from the cache.
- get(K) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getAll(Set<? extends K>) - Method in interface javax.cache.Cache
-
The getAll method will return, from the cache, a
Map
of the objects
associated with the Collection of keys in argument "keys".
- getAll(Set<? extends K>) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getAll() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getAndPut(K, V) - Method in interface javax.cache.Cache
-
Associates the specified value with the specified key in this cache,
returning an existing value if one existed.
- getAndPut(K, V) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getAndRemove(K) - Method in interface javax.cache.Cache
-
Atomically removes the entry for a key only if currently mapped to a given value.
- getAndRemove(K) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getAndReplace(K, V) - Method in interface javax.cache.Cache
-
Atomically replaces the entry for a key only if currently mapped to some value.
- getAndReplace(K, V) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getAnnotationProvider() - Method in class org.wso2.carbon.caching.impl.DataHolder
-
- getAverageGetMillis() - Method in interface javax.cache.CacheStatistics
-
The mean time to execute gets.
- getAverageGetMillis() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getAverageGetMillis() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getAveragePutMillis() - Method in interface javax.cache.CacheStatistics
-
The mean time to execute puts.
- getAveragePutMillis() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getAveragePutMillis() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getAverageRemoveMillis() - Method in interface javax.cache.CacheStatistics
-
The mean time to execute removes.
- getAverageRemoveMillis() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getAverageRemoveMillis() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCache(String) - Method in interface javax.cache.CacheManager
-
Looks up a named cache.
- getCache(String) - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- getCacheEvictions() - Method in interface javax.cache.CacheStatistics
-
The total number of evictions from the cache.
- getCacheEvictions() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheEvictions() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCacheGets() - Method in interface javax.cache.CacheStatistics
-
The total number of requests to the cache.
- getCacheGets() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheGets() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCacheHitPercentage() - Method in interface javax.cache.CacheStatistics
-
This is a measure of cache efficiency.
- getCacheHitPercentage() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheHitPercentage() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCacheHits() - Method in interface javax.cache.CacheStatistics
-
The number of get requests that were satisfied by the cache.
- getCacheHits() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheHits() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCacheLoader() - Method in interface javax.cache.CacheConfiguration
-
- getCacheLoader() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- getCacheManager() - Method in interface javax.cache.Cache
-
Gets the CacheManager managing this cache.
- getCacheManager(String) - Method in interface javax.cache.CacheManagerFactory
-
Get a named cache manager using the default cache loader as specified by
the implementation.
- getCacheManager(ClassLoader, String) - Method in interface javax.cache.CacheManagerFactory
-
Get the cache manager for the specified name and class loader.
- getCacheManager() - Static method in class javax.cache.Caching
-
Get the default cache manager with the default classloader.
- getCacheManager(ClassLoader) - Static method in class javax.cache.Caching
-
Get the default cache manager.
- getCacheManager(String) - Static method in class javax.cache.Caching
-
Get a named cache manager using the default cache loader as specified by
the implementation.
- getCacheManager(ClassLoader, String) - Static method in class javax.cache.Caching
-
Get a named cache manager.
- getCacheManager() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getCacheManager(String) - Method in class org.wso2.carbon.caching.impl.CacheManagerFactoryImpl
-
- getCacheManager(ClassLoader, String) - Method in class org.wso2.carbon.caching.impl.CacheManagerFactoryImpl
-
- getCacheManagerFactory() - Static method in class javax.cache.Caching
-
Get the singleton CacheManagerFactory
- getCacheManagerFactory() - Method in interface javax.cache.spi.CachingProvider
-
Returns the singleton CacheManagerFactory.
- getCacheManagerFactory() - Method in class org.wso2.carbon.caching.impl.CachingProviderImpl
-
- getCacheMisses() - Method in interface javax.cache.CacheStatistics
-
A miss is a get request which is not satisfied.
- getCacheMisses() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheMisses() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCacheMissPercentage() - Method in interface javax.cache.CacheStatistics
-
Returns the percentage of cache accesses that did not find a requested entry in the cache.
- getCacheMissPercentage() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheMissPercentage() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCachePuts() - Method in interface javax.cache.CacheStatistics
-
The total number of puts to the cache.
- getCachePuts() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCachePuts() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCacheRemovals() - Method in interface javax.cache.CacheStatistics
-
The total number of removals from the cache.
- getCacheRemovals() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getCacheRemovals() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getCaches() - Method in interface javax.cache.CacheManager
-
Returns an Iterable over the caches managed by this CacheManager.
- getCaches() - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- getCacheWriter() - Method in interface javax.cache.CacheConfiguration
-
- getCacheWriter() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- getCachingProvider() - Method in class org.wso2.carbon.caching.impl.DataHolder
-
- getConfiguration() - Method in interface javax.cache.Cache
-
Returns a CacheConfiguration.
- getConfiguration() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getDefaultCacheTimeout() - Static method in class org.wso2.carbon.caching.impl.Util
-
Return the default cache timeout value (Mins) specified in Carbon.xml
- getDistributedMapNameOfCache(String, String, String) - Static method in class org.wso2.carbon.caching.impl.Util
-
Get map name of a cache in the distributed map provider
- getDistributedMapProvider() - Method in class org.wso2.carbon.caching.impl.DataHolder
-
- getDurationAmount() - Method in class javax.cache.CacheConfiguration.Duration
-
- getEntryForEviction(TreeSet<CacheEntry>) - Method in interface org.wso2.carbon.caching.impl.eviction.EvictionAlgorithm
-
- getEntryForEviction(TreeSet<CacheEntry>) - Method in class org.wso2.carbon.caching.impl.eviction.LeastRecentlyUsedEvictionAlgorithm
-
- getEntryForEviction(TreeSet<CacheEntry>) - Method in class org.wso2.carbon.caching.impl.eviction.MostRecentlyUsedEvictionAlgorithm
-
- getEntryForEviction(TreeSet<CacheEntry>) - Method in class org.wso2.carbon.caching.impl.eviction.RandomEvictionAlgorithm
-
- getExpiry(CacheConfiguration.ExpiryType) - Method in interface javax.cache.CacheConfiguration
-
Gets the cache's time to live setting,Sets how long cache entries should live.
- getExpiry(CacheConfiguration.ExpiryType) - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- getFailures() - Method in exception javax.cache.CachingShutdownException
-
Return the set of CacheManagers that failed during shutdown and the associated
thrown exceptions.
- getInstance() - Static method in class org.wso2.carbon.caching.impl.DataHolder
-
- getJavaSqlConstant() - Method in enum javax.cache.transaction.IsolationLevel
-
Return the constant for this isolation level defined in
Connection
- getKey() - Method in interface javax.cache.Cache.Entry
-
Returns the key corresponding to this entry.
- getKey() - Method in class javax.cache.event.CacheEntryEvent
-
Returns the key of the cache entry with the event
- getKey() - Method in class org.wso2.carbon.caching.impl.CacheEntry
-
- getKey() - Method in class org.wso2.carbon.caching.impl.CacheEntryEventImpl
-
- getLastAccessed() - Method in class org.wso2.carbon.caching.impl.CacheEntry
-
- getLastModified() - Method in class org.wso2.carbon.caching.impl.CacheEntry
-
- getMap(String, MapEntryListener) - Method in interface org.wso2.carbon.caching.impl.DistributedMapProvider
-
- getMBean() - Method in interface javax.cache.Cache
-
Get the MBean for this cache.
- getMBean() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getName() - Method in interface javax.cache.Cache
-
Return the name of the cache.
- getName() - Method in interface javax.cache.CacheManager
-
Get the name of this cache manager
- getName() - Method in interface javax.cache.mbeans.CacheMXBean
-
- getName() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getName() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getName() - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- getOwnerTenantId() - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- getServerConfigurationService() - Method in class org.wso2.carbon.caching.impl.DataHolder
-
- getSource() - Method in class javax.cache.event.CacheEntryEvent
- getStartAccumulationDate() - Method in interface javax.cache.CacheStatistics
-
The date from which statistics have been accumulated.
- getStartAccumulationDate() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getStartAccumulationDate() - Method in class org.wso2.carbon.caching.impl.CacheStatisticsImpl
-
- getStatistics() - Method in interface javax.cache.Cache
-
- getStatistics() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getStatus() - Method in interface javax.cache.CacheLifecycle
-
Returns the cache status.
- getStatus() - Method in interface javax.cache.CacheManager
-
Returns the status of this CacheManager.
- getStatus() - Method in interface javax.cache.mbeans.CacheMXBean
-
Gets the
Status
attribute of the Cache.
- getStatus() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- getStatus() - Method in class org.wso2.carbon.caching.impl.CacheMXBeanImpl
-
- getStatus() - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- getTenantDomain() - Static method in class org.wso2.carbon.caching.impl.Util
-
- getTimeUnit() - Method in class javax.cache.CacheConfiguration.Duration
-
- getTransactionIsolationLevel() - Method in interface javax.cache.CacheConfiguration
-
Gets the transaction isolation level.
- getTransactionIsolationLevel() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- getTransactionMode() - Method in interface javax.cache.CacheConfiguration
-
Gets the transaction mode.
- getTransactionMode() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
- getUserTransaction() - Method in interface javax.cache.CacheManager
-
This method will return a UserTransaction.
- getUserTransaction() - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- getValue() - Method in interface javax.cache.Cache.Entry
-
Returns the value stored in the cache when this entry was created.
- getValue() - Method in class javax.cache.event.CacheEntryEvent
-
Returns the value of the cache entry with the event
- getValue() - Method in class org.wso2.carbon.caching.impl.CacheEntry
-
- getValue() - Method in class org.wso2.carbon.caching.impl.CacheEntryEventImpl
-
- invalidateCache(int, String, String, Serializable) - Method in interface org.wso2.carbon.caching.impl.CacheInvalidator
-
Publish global cache invalidate message to the topic
- InvalidConfigurationException - Exception in javax.cache
-
An exception to report invalid configuration settings.
- InvalidConfigurationException(String) - Constructor for exception javax.cache.InvalidConfigurationException
-
Constructs a new InvalidConfigurationException with a message string.
- InvalidConfigurationException() - Constructor for exception javax.cache.InvalidConfigurationException
-
Constructs a new InvalidConfigurationException.
- invokeEntryProcessor(K, Cache.EntryProcessor<K, V>) - Method in interface javax.cache.Cache
-
Passes the cache entry associated with K to be passed to the entry
processor.
- invokeEntryProcessor(K, Cache.EntryProcessor<K, V>) - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- isAnnotationsSupported() - Static method in class javax.cache.Caching
-
Indicates whether annotations are supported
- IsolationLevel - Enum in javax.cache.transaction
-
An enum for the isolation levels.
- isolationLevel - Variable in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
isolation level
- isReadThrough() - Method in interface javax.cache.CacheConfiguration
-
Whether the cache is a read-through cache.
- isReadThrough() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
Whether the cache is a read-through cache.
- isStatisticsEnabled() - Method in interface javax.cache.CacheConfiguration
-
Checks whether statistics collection is enabled in this cache.
- isStatisticsEnabled() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
Checks whether statistics collection is enabled in this cache.
- isStoreByValue() - Method in interface javax.cache.CacheConfiguration
-
Whether storeByValue (true) or storeByReference (false).
- isStoreByValue() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
Whether storeByValue (true) or storeByReference (false).
- isSupported(OptionalFeature) - Method in interface javax.cache.CacheManager
-
Indicates whether a optional feature is supported by this CacheManager.
- isSupported(OptionalFeature) - Static method in class javax.cache.Caching
-
Indicates whether a optional feature is supported by this implementation
- isSupported() - Method in interface javax.cache.spi.AnnotationProvider
-
Indicates whether annotations are supported by this implementation.
- isSupported(OptionalFeature) - Method in interface javax.cache.spi.CachingProvider
-
Indicates whether a optional feature is supported by this implementation
- isSupported() - Method in class org.wso2.carbon.caching.impl.AnnotationProviderImpl
-
- isSupported(OptionalFeature) - Method in class org.wso2.carbon.caching.impl.CachingProviderImpl
-
- isSupported(OptionalFeature) - Method in class org.wso2.carbon.caching.impl.CarbonCacheManager
-
- isTransactionEnabled() - Method in interface javax.cache.CacheConfiguration
-
Checks whether transaction are enabled for this cache.
- isTransactionEnabled() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
Checks whether transaction are enabled for this cache.
- isWriteThrough() - Method in interface javax.cache.CacheConfiguration
-
Whether the cache is a write-through cache.
- isWriteThrough() - Method in class org.wso2.carbon.caching.impl.CacheConfigurationImpl
-
Whether the cache is a write-through cache.
- iterator() - Method in interface javax.cache.Cache
-
The ordering of the entries is undefined
- iterator() - Method in class org.wso2.carbon.caching.impl.CacheImpl
-
- valueOf(String) - Static method in enum javax.cache.CacheConfiguration.ExpiryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.cache.OptionalFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.cache.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.cache.transaction.IsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.cache.transaction.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum javax.cache.CacheConfiguration.ExpiryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.cache.OptionalFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.cache.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.cache.transaction.IsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.cache.transaction.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.