Liferay 6.0.5

com.liferay.portal.dao.orm.hibernate
Class OSCacheProvider

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.OSCacheProvider
All Implemented Interfaces:
org.hibernate.cache.CacheProvider

Deprecated.

public class OSCacheProvider
extends Object
implements org.hibernate.cache.CacheProvider


Field Summary
static String OSCACHE_CRON
          Deprecated.  
static String OSCACHE_REFRESH_PERIOD
          Deprecated.  
 
Constructor Summary
OSCacheProvider()
          Deprecated.  
 
Method Summary
 org.hibernate.cache.Cache buildCache(String region, Properties properties)
          Deprecated.  
 boolean isMinimalPutsEnabledByDefault()
          Deprecated.  
 long nextTimestamp()
          Deprecated.  
 void start(Properties properties)
          Deprecated.  
 void stop()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OSCACHE_REFRESH_PERIOD

public static final String OSCACHE_REFRESH_PERIOD
Deprecated. 
See Also:
Constant Field Values

OSCACHE_CRON

public static final String OSCACHE_CRON
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

OSCacheProvider

public OSCacheProvider()
Deprecated. 
Method Detail

buildCache

public org.hibernate.cache.Cache buildCache(String region,
                                            Properties properties)
                                     throws org.hibernate.cache.CacheException
Deprecated. 
Specified by:
buildCache in interface org.hibernate.cache.CacheProvider
Throws:
org.hibernate.cache.CacheException

isMinimalPutsEnabledByDefault

public boolean isMinimalPutsEnabledByDefault()
Deprecated. 
Specified by:
isMinimalPutsEnabledByDefault in interface org.hibernate.cache.CacheProvider

nextTimestamp

public long nextTimestamp()
Deprecated. 
Specified by:
nextTimestamp in interface org.hibernate.cache.CacheProvider

start

public void start(Properties properties)
           throws org.hibernate.cache.CacheException
Deprecated. 
Specified by:
start in interface org.hibernate.cache.CacheProvider
Throws:
org.hibernate.cache.CacheException

stop

public void stop()
Deprecated. 
Specified by:
stop in interface org.hibernate.cache.CacheProvider

Liferay 6.0.5