org.apache.jcs.auxiliary.remote.behavior
Interface IRemoteCacheService

All Superinterfaces:
ICacheService, ICacheServiceNonLocal, Remote
All Known Subinterfaces:
IRemoteHttpCacheClient
All Known Implementing Classes:
AbstractRemoteCacheService, RemoteHttpCacheClient, RemoteHttpCacheService, ZombieRemoteCacheService

public interface IRemoteCacheService
extends ICacheServiceNonLocal

Used to retrieve and update the remote cache.

For convenience, ICacheServiceNonLocal extends Remote.


Method Summary
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheServiceNonLocal
get, getGroupKeys, getMatching, getMultiple, remove, removeAll, update
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheService
dispose, get, getMatching, getMultiple, release, remove, removeAll, update
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.