|
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.CacheWrapper
public class CacheWrapper
| Constructor Summary | |
|---|---|
CacheWrapper(org.hibernate.cache.Cache cache)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. |
void |
destroy()
Deprecated. |
Object |
get(Object key)
Deprecated. |
long |
getElementCountInMemory()
Deprecated. |
long |
getElementCountOnDisk()
Deprecated. |
String |
getRegionName()
Deprecated. |
String |
getRegistryName()
Deprecated. |
long |
getSizeInMemory()
Deprecated. |
int |
getTimeout()
Deprecated. |
void |
invalidate()
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<?,?> |
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 CacheWrapper(org.hibernate.cache.Cache cache)
| 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 getElementCountInMemory()
getElementCountInMemory in interface org.hibernate.cache.Cachepublic long getElementCountOnDisk()
getElementCountOnDisk in interface org.hibernate.cache.Cachepublic String getRegionName()
getRegionName in interface org.hibernate.cache.Cachepublic String getRegistryName()
getRegistryName in interface CacheRegistryItempublic 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<?,?> 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.CacheExceptionpublic void invalidate()
invalidate in interface CacheRegistryItem
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||