|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface CacheDelegator
An interface for a class that will perform all cluster cache related operations
| Method Summary | |
|---|---|
boolean |
containsKey(java.lang.String sId, AbstractHttpSessionCollection collection)Check if the cluster cache contains a session obj. |
void |
deleteModel(AbstractHttpSessionCollection collection, AbstractHttpSessionModel model)Delete the session from the cluster cache. |
java.util.Iterator |
getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection collection) |
AbstractHttpSessionModel |
getModel(java.lang.String sId, AbstractHttpSessionCollection collection)Retrieve a model from the cluster cache |
void |
optimisticModelUpdate(AbstractHttpSessionModel model) |
void |
putModel(AbstractHttpSessionModel model) |
void |
updateModelTimestamp(AbstractHttpSessionModel model) |
| Method Detail |
|---|
void deleteModel(AbstractHttpSessionCollection collection,
AbstractHttpSessionModel model)
collection - the collection objmodel - the model obj
boolean containsKey(java.lang.String sId,
AbstractHttpSessionCollection collection)
sId - the session idcollection - the collection objjava.util.Iterator getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection collection)
collection -
AbstractHttpSessionModel getModel(java.lang.String sId,
AbstractHttpSessionCollection collection)
sId -collection -void putModel(AbstractHttpSessionModel model)
model -void updateModelTimestamp(AbstractHttpSessionModel model)
model -void optimisticModelUpdate(AbstractHttpSessionModel model)
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||