站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

net.sf.hibernate.cache (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Package net.sf.hibernate.cache

Interface Summary
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  
 

Class Summary
CacheFactory  
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  
JCSCache Deprecated. JCS support will be removed in version 2.1.1
JCSCacheProvider Deprecated. JCS support will be removed in version 2.1.1
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  
TreeCacheProvider Support for JBoss TreeCache
UpdateTimestampsCache Tracks the timestamps of the most recent updates to particular tables.
 

Exception Summary
CacheException Something went wrong in the cache