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

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


Uses of Interface
net.sf.hibernate.cache.Cache

Packages that use Cache
net.sf.hibernate.cache   
 

Uses of Cache in net.sf.hibernate.cache
 

Classes in net.sf.hibernate.cache that implement Cache
 class EhCache
          EHCache plugin for Hibernate EHCache uses a MemoryStore and a DiskStore.
 class HashtableCache
          A lightweight implementation of the Cache interface
 class JCSCache
          Deprecated. JCS support will be removed in version 2.1.1
 class OSCache
           
 class SwarmCache
           
 class TreeCache
           
 

Methods in net.sf.hibernate.cache that return Cache
 Cache TreeCacheProvider.buildCache(String regionName, Properties properties)
          Construct and configure the Cache representation of a named cache region.
 Cache SwarmCacheProvider.buildCache(String regionName, Properties properties)
           
 Cache OSCacheProvider.buildCache(String region, Properties properties)
          Builds a new Cache instance, and gets it's properties from the OSCache Config which reads the properties file (oscache.properties) from the classpath.
 Cache JCSCacheProvider.buildCache(String regionName, Properties properties)
          Deprecated.  
 Cache HashtableCacheProvider.buildCache(String regionName, Properties properties)
           
 Cache EhCacheProvider.buildCache(String name, Properties properties)
          Builds a Cache.
 Cache CacheProvider.buildCache(String regionName, Properties properties)
          Configure the cache
 

Methods in net.sf.hibernate.cache with parameters of type Cache
 void TransactionalCache.setCache(Cache cache)
           
 void ReadWriteCache.setCache(Cache cache)
           
 void ReadOnlyCache.setCache(Cache cache)
           
 void NonstrictReadWriteCache.setCache(Cache cache)
           
 void CacheConcurrencyStrategy.setCache(Cache cache)
          Set the underlying cache implementation.