com.liferay.portal.dao.orm.hibernate
Class FinderCacheImpl
java.lang.Object
com.liferay.portal.dao.orm.hibernate.FinderCacheImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.cache.CacheRegistryItem, com.liferay.portal.kernel.dao.orm.FinderCache
public class FinderCacheImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.cache.CacheRegistryItem, com.liferay.portal.kernel.dao.orm.FinderCache
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_NAME
public static final java.lang.String CACHE_NAME
FinderCacheImpl
public FinderCacheImpl()
afterPropertiesSet
public void afterPropertiesSet()
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.kernel.dao.orm.FinderCache
clearCache
public void clearCache(java.lang.String className)
- Specified by:
clearCache
in interface com.liferay.portal.kernel.dao.orm.FinderCache
clearLocalCache
public void clearLocalCache()
- Specified by:
clearLocalCache
in interface com.liferay.portal.kernel.dao.orm.FinderCache
getRegistryName
public java.lang.String getRegistryName()
- Specified by:
getRegistryName
in interface com.liferay.portal.kernel.cache.CacheRegistryItem
getResult
public java.lang.Object getResult(com.liferay.portal.kernel.dao.orm.FinderPath finderPath,
java.lang.Object[] args,
com.liferay.portal.kernel.dao.orm.SessionFactory sessionFactory)
- Specified by:
getResult
in interface com.liferay.portal.kernel.dao.orm.FinderCache
invalidate
public void invalidate()
- Specified by:
invalidate
in interface com.liferay.portal.kernel.cache.CacheRegistryItem
- Specified by:
invalidate
in interface com.liferay.portal.kernel.dao.orm.FinderCache
putResult
public void putResult(com.liferay.portal.kernel.dao.orm.FinderPath finderPath,
java.lang.Object[] args,
java.lang.Object result)
- Specified by:
putResult
in interface com.liferay.portal.kernel.dao.orm.FinderCache
removeResult
public void removeResult(com.liferay.portal.kernel.dao.orm.FinderPath finderPath,
java.lang.Object[] args)
- Specified by:
removeResult
in interface com.liferay.portal.kernel.dao.orm.FinderCache
setLocalCacheEnabled
public void setLocalCacheEnabled(boolean localCacheEnabled)
- Specified by:
setLocalCacheEnabled
in interface com.liferay.portal.kernel.dao.orm.FinderCache
setMultiVMPool
public void setMultiVMPool(com.liferay.portal.kernel.cache.MultiVMPool multiVMPool)