org.hibernate.cache
Interface CacheProvider

All Known Implementing Classes:
AbstractJndiBoundCacheProvider, EhCacheProvider, HashtableCacheProvider, JndiBoundTreeCacheProvider, NoCacheProvider, OptimisticTreeCacheProvider, OSCacheProvider, SingletonEhCacheProvider, SwarmCacheProvider, TreeCacheProvider

Deprecated. As of 3.3; see for details.

public interface CacheProvider

Support for pluggable caches.

Author:
Gavin King

Method Summary
 Cache buildCache(String regionName, Properties properties)
          Deprecated. Configure the cache
 boolean isMinimalPutsEnabledByDefault()
          Deprecated.  
 long nextTimestamp()
          Deprecated. Generate a timestamp
 void start(Properties properties)
          Deprecated. Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
 void stop()
          Deprecated. Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
 

Method Detail

buildCache

Cache buildCache(String regionName,
                 Properties properties)
                 throws CacheException
Deprecated. 
Configure the cache

Parameters:
regionName - the name of the cache region
properties - configuration settings
Throws:
CacheException

nextTimestamp

long nextTimestamp()
Deprecated. 
Generate a timestamp


start

void start(Properties properties)
           throws CacheException
Deprecated. 
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.

Parameters:
properties - current configuration settings.
Throws:
CacheException

stop

void stop()
Deprecated. 
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().


isMinimalPutsEnabledByDefault

boolean isMinimalPutsEnabledByDefault()
Deprecated. 


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved