Liferay 6.2-ce-ga5

com.liferay.portal.kernel.cache.index
Class PortalCacheIndexer<I,K extends Serializable,V>

java.lang.Object
  extended by com.liferay.portal.kernel.cache.index.PortalCacheIndexer<I,K,V>

public class PortalCacheIndexer<I,K extends Serializable,V>
extends Object


Constructor Summary
PortalCacheIndexer(IndexEncoder<I,K> indexEncoder, PortalCache<K,V> portalCache)
           
 
Method Summary
 Set<K> getKeys(I index)
           
 void removeKeys(I index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCacheIndexer

public PortalCacheIndexer(IndexEncoder<I,K> indexEncoder,
                          PortalCache<K,V> portalCache)
Method Detail

getKeys

public Set<K> getKeys(I index)

removeKeys

public void removeKeys(I index)

Liferay 6.2-ce-ga5