org.openanzo.atom.memcached
Class MemcachedCacheTableFactory

java.lang.Object
  extended by org.openanzo.atom.memcached.MemcachedCacheTableFactory
All Implemented Interfaces:
CacheTableFactory, MemcachedProperties

public class MemcachedCacheTableFactory
extends java.lang.Object
implements CacheTableFactory, MemcachedProperties

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

Field Summary
 
Fields inherited from interface org.openanzo.atom.memcached.MemcachedProperties
KEY_MEMCACHED_HOST, KEY_MEMCACHED_PORT
 
Constructor Summary
MemcachedCacheTableFactory()
           
 
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

MemcachedCacheTableFactory

public MemcachedCacheTableFactory()
                           throws CacheException
Throws:
CacheException
Method Detail

init

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

getOutputCacheTable

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

getRevisionCacheTable

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


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