Interface ICacheService<K,V>

All Known Subinterfaces:
ICacheServiceNonLocal<K,V>, IRemoteCacheServer<K,V>, IRemoteHttpCacheClient<K,V>
All Known Implementing Classes:
AbstractRemoteCacheService, LateralTCPService, RemoteCacheServer, RemoteHttpCacheClient, RemoteHttpCacheService, ZombieCacheService, ZombieCacheServiceNonLocal

public interface ICacheService<K,V>
Used to retrieve and update the cache.

Note: server which implements this interface provides a local cache service, whereas server which implements IRmiCacheService provides a remote cache service.