Interface IRemoteHttpCacheClient<K,V> 
- All Superinterfaces:
- ICacheService<K,,- V> - ICacheServiceNonLocal<K,,- V> - Remote
- All Known Implementing Classes:
- RemoteHttpCacheClient
It's not entirely clear that this interface is needed. I simply wanted the initialization method.
 This could be added to the ICacheSerice method.
- 
Method SummaryModifier and TypeMethodDescriptionvoidinitialize(RemoteHttpCacheAttributes attributes) The provides an extension point.booleanisAlive()Make and alive request.Methods inherited from interface org.apache.commons.jcs3.engine.behavior.ICacheServicedispose, get, getMatching, getMultiple, release, remove, removeAll, updateMethods inherited from interface org.apache.commons.jcs3.engine.behavior.ICacheServiceNonLocalget, getKeySet, getMatching, getMultiple, remove, removeAll, update
- 
Method Details- 
initializeThe provides an extension point. If you want to extend this and use a special dispatcher, here is the place to do it.- Parameters:
- attributes-
 
- 
isAliveMake and alive request.- Returns:
- true if we make a successful alive request.
- Throws:
- IOException
 
 
-