org.openanzo.atom.cache
Class LRUCacheTableFactory

java.lang.Object
  extended by org.openanzo.atom.cache.LRUCacheTableFactory
All Implemented Interfaces:
CacheTableFactory

public class LRUCacheTableFactory
extends java.lang.Object
implements CacheTableFactory

Author:
Ben Szekely (bhszekel@us.ibm.com)

Constructor Summary
LRUCacheTableFactory()
           
 
Method Summary
 CacheTable getOutputCacheTable()
           
 CacheTable getRevisionCacheTable()
           
 void init(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUCacheTableFactory

public LRUCacheTableFactory()
Method Detail

init

public void init(java.util.Properties properties)
Specified by:
init in interface CacheTableFactory

getRevisionCacheTable

public CacheTable getRevisionCacheTable()
Specified by:
getRevisionCacheTable in interface CacheTableFactory

getOutputCacheTable

public CacheTable getOutputCacheTable()
Specified by:
getOutputCacheTable in interface CacheTableFactory


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.