org.openanzo.atom.cache
Interface CacheTable

All Known Implementing Classes:
LRUCacheTable, MemcachedCacheTable

public interface CacheTable

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

Method Summary
 void clear()
           
 java.lang.Object get(java.lang.String key)
           
 void put(java.lang.String key, java.lang.Object value)
           
 void remove(java.lang.String key)
           
 

Method Detail

put

void put(java.lang.String key,
         java.lang.Object value)
         throws CacheException
Throws:
CacheException

get

java.lang.Object get(java.lang.String key)
                     throws CacheException
Throws:
CacheException

remove

void remove(java.lang.String key)
            throws CacheException
Throws:
CacheException

clear

void clear()
           throws CacheException
Throws:
CacheException


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