com.timeindexing.cache
Class KeepEverythingPolicy

java.lang.Object
  extended by com.timeindexing.cache.AbstractCachePolicy
      extended by com.timeindexing.cache.KeepEverythingPolicy
All Implemented Interfaces:
CachePolicy

public class KeepEverythingPolicy
extends AbstractCachePolicy
implements CachePolicy

Keep every IndexItem and it's data.


Constructor Summary
KeepEverythingPolicy()
          Construct this policy object
 
Method Summary
 
Methods inherited from class com.timeindexing.cache.AbstractCachePolicy
getIndexCache, isInFirst, notifyAddItemBegin, notifyAddItemEnd, notifyGetItemBegin, notifyGetItemEnd, setIndexCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.timeindexing.cache.CachePolicy
getIndexCache, notifyAddItemBegin, notifyAddItemEnd, notifyGetItemBegin, notifyGetItemEnd, setIndexCache
 

Constructor Detail

KeepEverythingPolicy

public KeepEverythingPolicy()
Construct this policy object



Timeindexing 2008