| Interfaces | |
|---|---|
| Cache | Implementors define a caching algorithm. |
| CacheConcurrencyStrategy | Implementors manage transactional access to cached data. |
| CacheConcurrencyStrategy.SoftLock | Marker interface, denoting a client-visible "soft lock" on a cached item. |
| CacheProvider | Support for pluggable caches. |
| QueryCache | Defines the contract for caches capable of storing query results. |
| QueryCacheFactory | Defines a factory for query cache instances. |
| ReadWriteCache.Lockable | No description provided. |
| Classes | |
|---|---|
| CacheFactory | No description provided. |
| 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 |
| HashtableCache | A lightweight implementation of the Cache interface |
| HashtableCacheProvider | No description provided. |
| JCSCache | Support for Apache Turbine's JCS |
| JCSCacheProvider | No description provided. |
| NonstrictReadWriteCache | Caches data that is sometimes updated without ever locking the cache. |
| OSCache | No description provided. |
| 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 | No description provided. |
| 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 | No description provided. |
| TreeCacheProvider | Support for JBoss TreeCache |
| UpdateTimestampsCache | Tracks the timestamps of the most recent updates to particular tables. |
| Exceptions | |
|---|---|
| CacheException | Something went wrong in the cache |