Liferay 6.1.2-ce-ga3

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

Packages that use CacheListenerScope
com.liferay.portal.kernel.cache   
 

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

Methods in com.liferay.portal.kernel.cache that return CacheListenerScope
static CacheListenerScope CacheListenerScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheListenerScope[] CacheListenerScope.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 CacheListenerScope
 void BlockingPortalCache.registerCacheListener(CacheListener cacheListener, CacheListenerScope cacheListenerScope)
           
 void PortalCache.registerCacheListener(CacheListener cacheListener, CacheListenerScope cacheListenerScope)
           
 


Liferay 6.1.2-ce-ga3