Uses of Interface
com.tangosol.coherence.servlet.CacheDelegator
-
Packages that use CacheDelegator Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of CacheDelegator in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement CacheDelegator Modifier and Type Class Description class
DefaultCacheDelegator
class
LocalSessionCacheDelegator
class
SessionLocalBackingMapCacheDelegator
An abstract base class from which implementations of HttpSessionCollection that use a SessionLocalBackingMap can be more easily built.Methods in com.tangosol.coherence.servlet that return CacheDelegator Modifier and Type Method Description protected CacheDelegator
AbstractHttpSessionCollection. getCacheDelegator()
Get the cache delegator.Methods in com.tangosol.coherence.servlet with parameters of type CacheDelegator Modifier and Type Method Description protected void
AbstractHttpSessionCollection. setCacheDelegator(CacheDelegator cacheDelegator)
Set the cache delegator object.
-