Liferay 7.0-ce-m3

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

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

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 that return types with arguments of type CacheListenerScope
 Map<CacheListener<K,V>,CacheListenerScope> AggregatedCacheListener.getCacheListeners()
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type CacheListenerScope
 void AggregatedCacheListener.addCacheListener(CacheListener<K,V> cacheListener, CacheListenerScope cacheListenerScope)
           
 void PortalCache.registerCacheListener(CacheListener<K,V> cacheListener, CacheListenerScope cacheListenerScope)
           
 void AbstractPortalCache.registerCacheListener(CacheListener<K,V> cacheListener, CacheListenerScope cacheListenerScope)
           
 void PortalCacheWrapper.registerCacheListener(CacheListener<K,V> cacheListener, CacheListenerScope cacheListenerScope)
           
 

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

Methods in com.liferay.portal.kernel.cache.configuration that return types with arguments of type CacheListenerScope
 Map<CallbackConfiguration,CacheListenerScope> PortalCacheConfiguration.getCacheListenerConfigurations()
           
 

Constructor parameters in com.liferay.portal.kernel.cache.configuration with type arguments of type CacheListenerScope
PortalCacheConfiguration(String portalCacheName, Map<CallbackConfiguration,CacheListenerScope> cacheListenerConfigurations, CallbackConfiguration bootstrapLoaderConfiguration)
           
 


Liferay 7.0-ce-m3