| Interface | Description |
|---|---|
| AsynchronouslyRefreshedCache<T> |
Implementation details in addition to the exposed interface.
|
| AsynchronouslyRefreshedCacheRegistry |
A registry of all AsynchronouslyRefreshedCaches to be used for notification.
|
| CacheFactory<K extends Serializable,V> |
Cache factory interface.
|
| RefreshableCache<T> |
Basic cache API
|
| RefreshableCacheEvent |
A cache event
|
| RefreshableCacheListener |
API to listen to cache events
|
| Class | Description |
|---|---|
| AbstractAsynchronouslyRefreshedCache<T> |
The base implementation for an asynchronously refreshed cache.
|
| AbstractCacheFactory<K extends Serializable,V> |
Abstract
CacheFactory implementation containing common functionality
such as cache configuration properties support. |
| AbstractRefreshableCacheEvent |
A generic event with the cache id and affected tenant
|
| DefaultAsynchronouslyRefreshedCacheRegistry |
Base registry implementation
|
| DefaultCacheFactory<K extends Serializable,V> |
CacheFactory implementation that creates DefaultSimpleCache instances. |
| DefaultCacheProvider |
A simple
CacheProvider that allows Hibernate to create DefaultSimpleCache
based caches. |
| DefaultSimpleCache<K extends Serializable,V> |
SimpleCache implementation backed by a Google Cache implementation. |
| HibernateSimpleCacheAdapter |
Adapts a
SimpleCache instance for use as a Hibernate Cache. |
| NullCache<K extends Serializable,V> |
A cache that does nothing - always.
|
| RefreshableCacheRefreshedEvent |
Describes a new entry has been inserted in the cache.
|
| RefreshableCacheRefreshEvent |
Describes an entry that is stale in the cache
|
| TransactionalCache<K extends Serializable,V> |
A 2-level cache that mainains both a transaction-local cache and
wraps a non-transactional (shared) cache.
|
| TransactionalCache.CacheRegionKey |
Copyright © 2005–2014 Alfresco Software. All rights reserved.