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 Summary
Modifier and TypeMethodDescriptionvoid
initialize
(RemoteHttpCacheAttributes attributes) The provides an extension point.boolean
isAlive()
Make and alive request.Methods inherited from interface org.apache.commons.jcs3.engine.behavior.ICacheService
dispose, get, getMatching, getMultiple, release, remove, removeAll, update
Methods inherited from interface org.apache.commons.jcs3.engine.behavior.ICacheServiceNonLocal
get, getKeySet, getMatching, getMultiple, remove, removeAll, update
-
Method Details
-
initialize
The provides an extension point. If you want to extend this and use a special dispatcher, here is the place to do it.- Parameters:
attributes
-
-
isAlive
Make and alive request.- Returns:
- true if we make a successful alive request.
- Throws:
IOException
-