Liferay 7.0-ce-m6

Uses of Class
com.liferay.portal.kernel.nio.intraband.proxy.annotation.Proxy

Packages that use Proxy
com.liferay.portal.kernel.cache   
com.liferay.portal.kernel.poller   
 

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

Methods in com.liferay.portal.kernel.cache with annotations of type Proxy
 void PortalCacheManager.clearAll()
           
 V PortalCache.get(K key)
           
 List<K> PortalCache.getKeys()
           
 void PortalCache.put(K key, V value)
           
 void PortalCache.put(K key, V value, int timeToLive)
           
 V LowLevelCache.putIfAbsent(K key, V value)
           
 V LowLevelCache.putIfAbsent(K key, V value, int timeToLive)
           
 void PortalCacheManager.reconfigureCaches(URL configurationURL)
           
 void PortalCache.remove(K key)
           
 boolean LowLevelCache.remove(K key, V value)
           
 void PortalCache.removeAll()
           
 V LowLevelCache.replace(K key, V value)
           
 V LowLevelCache.replace(K key, V value, int timeToLive)
           
 boolean LowLevelCache.replace(K key, V oldValue, V newValue)
           
 boolean LowLevelCache.replace(K key, V oldValue, V newValue, int timeToLive)
           
 

Uses of Proxy in com.liferay.portal.kernel.poller
 

Methods in com.liferay.portal.kernel.poller with annotations of type Proxy
 PollerResponse PollerProcessor.receive(PollerRequest pollerRequest)
           
 void PollerProcessor.send(PollerRequest pollerRequest)
           
 


Liferay 7.0-ce-m6