org.openanzo.atom.cache
Interface CacheTableFactory

All Known Implementing Classes:
LRUCacheTableFactory, MemcachedCacheTableFactory

public interface CacheTableFactory

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

Method Summary
 CacheTable getOutputCacheTable()
           
 CacheTable getRevisionCacheTable()
           
 void init(java.util.Properties properties)
           
 

Method Detail

init

void init(java.util.Properties properties)
          throws CacheException
Throws:
CacheException

getRevisionCacheTable

CacheTable getRevisionCacheTable()

getOutputCacheTable

CacheTable getOutputCacheTable()


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