| Class | Description |
|---|---|
| DefaultCacheProvider |
A simple
CacheProvider that allows Hibernate to create DefaultSimpleCache
based caches. |
| DefaultSimpleCache |
SimpleCache implementation backed by a ConcurrentLinkedHashMap. |
| DefaultSimpleCacheTest |
Tests for the DefaultSimpleCache class.
|
| HibernateSimpleCacheAdapter |
Adapts a
SimpleCache instance for use as a Hibernate Cache. |
| NullCache |
A cache that does nothing - always.
|
| TransactionalCache |
A 2-level cache that mainains both a transaction-local cache and
wraps a non-transactional (shared) cache.
|
| TransactionalCache.CacheRegionKey |
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.