Skip navigation links
com.tangosol.coherence.servlet
Class LocalSessionCacheDelegator
java.lang.Object
com.tangosol.coherence.servlet.DefaultCacheDelegator
com.tangosol.coherence.servlet.LocalSessionCacheDelegator
- All Implemented Interfaces:
- CacheDelegator
-
public class LocalSessionCacheDelegator
- extends DefaultCacheDelegator
LocalSessionCacheDelegator
public LocalSessionCacheDelegator()
deleteModel
public void deleteModel(AbstractHttpSessionCollection collection,
AbstractHttpSessionModel model)
- Description copied from interface:
CacheDelegator
- Delete the session from the cluster cache.
-
- Specified by:
deleteModel in interface CacheDelegator
- Overrides:
deleteModel in class DefaultCacheDelegator
-
- Parameters:
collection - the collection obj
model - the model obj
optimisticModelUpdate
public void optimisticModelUpdate(AbstractHttpSessionModel model)
- Description copied from interface:
CacheDelegator
- Perform an optimistic model update in the cache.
-
- Specified by:
optimisticModelUpdate in interface CacheDelegator
- Overrides:
optimisticModelUpdate in class DefaultCacheDelegator
-
- Parameters:
model - the session mdoel
putModel
public void putModel(AbstractHttpSessionModel model)
- Description copied from interface:
CacheDelegator
- Put a session model in the cache.
-
- Specified by:
putModel in interface CacheDelegator
- Overrides:
putModel in class DefaultCacheDelegator
-
- Parameters:
model - the session model
Skip navigation links
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.