|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.dao.orm.hibernate.OSCache
public class OSCache
| Constructor Summary | |
|---|---|
OSCache(int refreshPeriod,
String cron,
String region)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. |
void |
destroy()
Deprecated. |
Object |
get(Object key)
Deprecated. |
long |
getElementCountInMemory()
Deprecated. |
long |
getElementCountOnDisk()
Deprecated. |
String |
getRegionName()
Deprecated. |
long |
getSizeInMemory()
Deprecated. |
int |
getTimeout()
Deprecated. |
void |
lock(Object key)
Deprecated. |
long |
nextTimestamp()
Deprecated. |
void |
put(Object key,
Object value)
Deprecated. |
Object |
read(Object key)
Deprecated. |
void |
remove(Object key)
Deprecated. |
Map<Object,Object> |
toMap()
Deprecated. |
void |
unlock(Object key)
Deprecated. |
void |
update(Object key,
Object value)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OSCache(int refreshPeriod,
String cron,
String region)
| Method Detail |
|---|
public void clear()
throws org.hibernate.cache.CacheException
clear in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheException
public void destroy()
throws org.hibernate.cache.CacheException
destroy in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheException
public Object get(Object key)
throws org.hibernate.cache.CacheException
get in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheExceptionpublic long getElementCountOnDisk()
getElementCountOnDisk in interface org.hibernate.cache.Cachepublic long getElementCountInMemory()
getElementCountInMemory in interface org.hibernate.cache.Cachepublic String getRegionName()
getRegionName in interface org.hibernate.cache.Cachepublic long getSizeInMemory()
getSizeInMemory in interface org.hibernate.cache.Cachepublic int getTimeout()
getTimeout in interface org.hibernate.cache.Cache
public void lock(Object key)
throws org.hibernate.cache.CacheException
lock in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheExceptionpublic long nextTimestamp()
nextTimestamp in interface org.hibernate.cache.Cache
public void put(Object key,
Object value)
throws org.hibernate.cache.CacheException
put in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheException
public Object read(Object key)
throws org.hibernate.cache.CacheException
read in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheException
public void remove(Object key)
throws org.hibernate.cache.CacheException
remove in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheExceptionpublic Map<Object,Object> toMap()
toMap in interface org.hibernate.cache.Cache
public void unlock(Object key)
throws org.hibernate.cache.CacheException
unlock in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheException
public void update(Object key,
Object value)
throws org.hibernate.cache.CacheException
update in interface org.hibernate.cache.Cacheorg.hibernate.cache.CacheException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||