org.tranql.intertxcache
Interface FrontEndCache
- All Known Implementing Classes:
- FrontEndCacheDelegate, FrontEndToCacheAdaptor
public interface FrontEndCache
- Version:
- $Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $
put
void put(CacheRow row)
throws CacheException
- Throws:
CacheException
set
void set(CacheRow row,
int[] indices)
throws CacheException
- Throws:
CacheException
get
CacheRow get(GlobalIdentity id)
throws CacheException
- Throws:
CacheException
get
boolean get(CacheRow target,
int[] indices)
throws CacheException
- Throws:
CacheException
remove
void remove(GlobalIdentity id)
throws CacheException
- Throws:
CacheException
Copyright © -2010 The Codehaus. All Rights Reserved.