| AbstractCacheFactory<K extends java.io.Serializable,V> |
Abstract CacheFactory implementation containing common functionality
such as cache configuration properties support.
|
| AbstractMTAsynchronouslyRefreshedCache<T> |
The base implementation for Multi-tenant asynchronously refreshed cache.
|
| AbstractRefreshableCacheEvent |
A generic event with the cache id and affected tenant
|
| CacheStatisticsCreated |
Signal that cache statistics have been registered for the given cache.
|
| DefaultCacheFactory<K extends java.io.Serializable,V> |
|
| DefaultSimpleCache<K extends java.io.Serializable,V> |
SimpleCache implementation backed by a Google Cache implementation.
|
| InMemoryCacheStatistics |
|
| NullCache<K extends java.io.Serializable,V> |
A cache that does nothing - always.
|
| OperationStats |
Represents a single cache operation type's statistics.
|
| RefreshableCacheRefreshedEvent |
Describes a new entry has been inserted in the cache.
|
| RefreshableCacheRefreshEvent |
Describes an entry that is stale in the cache
|
| TransactionalCache<K extends java.io.Serializable,V> |
A 2-level cache that maintains both a transaction-local cache and
wraps a non-transactional (shared) cache.
|
| TransactionalCache.CacheRegionKey |
|
| TransactionalCache.ValueHolder<V2> |
A wrapper object to carry object values, but forcing a straight equality check
based on a random integer only.
|
| TransactionStats |
Only to be used within a single transaction/thread.
|