Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.cache.PortalCacheListenerScope

Packages that use PortalCacheListenerScope
com.liferay.portal.kernel.cache   
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of PortalCacheListenerScope in com.liferay.portal.kernel.cache
 

Methods in com.liferay.portal.kernel.cache that return PortalCacheListenerScope
static PortalCacheListenerScope PortalCacheListenerScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalCacheListenerScope[] PortalCacheListenerScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.cache with parameters of type PortalCacheListenerScope
 void PortalCache.registerPortalCacheListener(PortalCacheListener<K,V> portalCacheListener, PortalCacheListenerScope portalCacheListenerScope)
           
 

Uses of PortalCacheListenerScope in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type PortalCacheListenerScope
 void CachelessTableMapperImpl.DummyPortalCache.registerPortalCacheListener(PortalCacheListener<Long,long[]> portalCacheListener, PortalCacheListenerScope portalCacheListenerScope)
           
 


Liferay 7.0-ce-b4