org.shiftone.cache.policy.fifo
Class FifoCacheFactory

java.lang.Object
  extended byorg.shiftone.cache.policy.AbstractPolicyCacheFactory
      extended byorg.shiftone.cache.policy.fifo.FifoCacheFactory
All Implemented Interfaces:
CacheFactory

public class FifoCacheFactory
extends AbstractPolicyCacheFactory

Creates a first-in-first-out cache.

Version:
$Revision: 1.9 $
Author:
Jeff Drost

Constructor Summary
FifoCacheFactory()
           
 
Method Summary
 ReapableCache newReapableCache(java.lang.String cacheName, long timeoutMilliSeconds, int maxSize, EvictionListener listener)
           
 java.lang.String toString()
           
 
Methods inherited from class org.shiftone.cache.policy.AbstractPolicyCacheFactory
getEvictionListener, getPeriod, newInstance, setEvictionListenerClass, setPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FifoCacheFactory

public FifoCacheFactory()
Method Detail

newReapableCache

public ReapableCache newReapableCache(java.lang.String cacheName,
                                      long timeoutMilliSeconds,
                                      int maxSize,
                                      EvictionListener listener)
Specified by:
newReapableCache in class AbstractPolicyCacheFactory

toString

public java.lang.String toString()