| Interface | Description |
|---|---|
| AsynchronouslyRefreshedCache |
Implementation details in addition to the exposed interface.
|
| AsynchronouslyRefreshedCacheRegistry |
A registry of all AsynchronouslyRefreshedCaches to be used for notification.
|
| CacheFactory |
Cache factory interface.
|
| RefreshableCache |
Basic cache API
|
| RefreshableCacheEvent |
A cache event
|
| RefreshableCacheListener |
API to listen to cache events
|
| Class | Description |
|---|---|
| AbstractAsynchronouslyRefreshedCache |
The base implementation for an asynchronously refreshed cache.
|
| AbstractCacheFactory |
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 |
CacheFactory implementation that creates DefaultSimpleCache instances. |
| DefaultCacheProvider |
A simple
CacheProvider that allows Hibernate to create DefaultSimpleCache
based caches. |
| DefaultSimpleCache |
SimpleCache implementation backed by a ConcurrentLinkedHashMap. |
| HibernateSimpleCacheAdapter |
Adapts a
SimpleCache instance for use as a Hibernate Cache. |
| NullCache |
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 |
A 2-level cache that mainains both a transaction-local cache and
wraps a non-transactional (shared) cache.
|
| TransactionalCache.CacheRegionKey |
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.