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 classDefaultCacheDelegatorclassLocalSessionCacheDelegatorclassSessionLocalBackingMapCacheDelegatorAn 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 CacheDelegatorAbstractHttpSessionCollection. getCacheDelegator()Get the cache delegator.Methods in com.tangosol.coherence.servlet with parameters of type CacheDelegator Modifier and Type Method Description protected voidAbstractHttpSessionCollection. setCacheDelegator(CacheDelegator cacheDelegator)Set the cache delegator object.
-