Class Summary |
AbstractJndiBoundCacheProvider |
Support for CacheProvider implementations which are backed by caches bound
into JNDI namespace. |
CacheFactory |
|
CacheKey |
Allows multiple entity classes / collection roles to be
stored in the same cache region. |
EhCache |
EHCache plugin for Hibernate
EHCache uses a MemoryStore and a
DiskStore . |
EhCacheProvider |
Cache Provider plugin for Hibernate
Use hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
in Hibernate 3.x or later
Taken from EhCache 0.9 distribution |
FilterKey |
Allows cached queries to be keyed by enabled filters. |
HashtableCache |
A lightweight implementation of the Cache interface |
HashtableCacheProvider |
A simple in-memory Hashtable-based cache impl. |
JndiBoundTreeCacheProvider |
Support for JBossCache (TreeCache), where the cache instance is available
via JNDI lookup. |
NoCacheProvider |
Implementation of NoCacheProvider. |
NonstrictReadWriteCache |
Caches data that is sometimes updated without ever locking the cache. |
OSCache |
|
OSCacheProvider |
Support for OpenSymphony OSCache. |
QueryKey |
A key that identifies a particular query with bound parameter values |
ReadOnlyCache |
Caches data that is never updated. |
ReadWriteCache |
Caches data that is sometimes updated while maintaining the semantics of
"read committed" isolation level. |
ReadWriteCache.Item |
An item of cached data, timestamped with the time it was cached,. |
ReadWriteCache.Lock |
A soft lock which supports concurrent locking,
timestamped with the time it was released |
StandardQueryCache |
The standard implementation of the Hibernate QueryCache interface. |
StandardQueryCacheFactory |
Standard Hibernate implementation of the QueryCacheFactory interface. |
SwarmCache |
|
SwarmCacheProvider |
Support for SwarmCache replicated cache. |
Timestamper |
Generates increasing identifiers (in a single VM only). |
TransactionalCache |
Support for fully transactional cache implementations like
JBoss TreeCache. |
TreeCache |
Represents a particular region within the given JBossCache TreeCache. |
TreeCacheProvider |
Support for a standalone JBossCache (TreeCache) instance. |
UpdateTimestampsCache |
Tracks the timestamps of the most recent updates to particular tables. |