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
public void put(CacheRow row)
throws CacheException
- Throws:
CacheException
set
public void set(CacheRow row,
int[] indices)
throws CacheException
- Throws:
CacheException
get
public CacheRow get(GlobalIdentity id)
throws CacheException
- Throws:
CacheException
get
public boolean get(CacheRow target,
int[] indices)
throws CacheException
- Throws:
CacheException
remove
public void remove(GlobalIdentity id)
throws CacheException
- Throws:
CacheException
Copyright © -2006 The Codehaus. All Rights Reserved.