com.liferay.portal.dao.orm.common
Class FinderCacheImpl
java.lang.Object
com.liferay.portal.dao.orm.common.FinderCacheImpl
- All Implemented Interfaces:
- CacheRegistryItem, FinderCache, org.springframework.beans.factory.BeanFactoryAware
public class FinderCacheImpl
- extends Object
- implements org.springframework.beans.factory.BeanFactoryAware, CacheRegistryItem, FinderCache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_NAME
public static final String CACHE_NAME
FinderCacheImpl
public FinderCacheImpl()
afterPropertiesSet
public void afterPropertiesSet()
clearCache
public void clearCache()
- Specified by:
clearCache
in interface FinderCache
clearCache
public void clearCache(String className)
- Specified by:
clearCache
in interface FinderCache
clearLocalCache
public void clearLocalCache()
- Specified by:
clearLocalCache
in interface FinderCache
getRegistryName
public String getRegistryName()
- Specified by:
getRegistryName
in interface CacheRegistryItem
getResult
public Object getResult(FinderPath finderPath,
Object[] args,
SessionFactory sessionFactory)
- Specified by:
getResult
in interface FinderCache
invalidate
public void invalidate()
- Specified by:
invalidate
in interface CacheRegistryItem
- Specified by:
invalidate
in interface FinderCache
putResult
public void putResult(FinderPath finderPath,
Object[] args,
Object result)
- Specified by:
putResult
in interface FinderCache
removeCache
public void removeCache(String className)
- Specified by:
removeCache
in interface FinderCache
removeResult
public void removeResult(FinderPath finderPath,
Object[] args)
- Specified by:
removeResult
in interface FinderCache
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
- Specified by:
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
setMultiVMPool
public void setMultiVMPool(MultiVMPool multiVMPool)