Class ClientServerSessionCache

java.lang.Object
org.apache.geode.modules.session.catalina.AbstractSessionCache
org.apache.geode.modules.session.catalina.ClientServerSessionCache
All Implemented Interfaces:
SessionCache

public class ClientServerSessionCache extends AbstractSessionCache
  • Field Details

    • DEFAULT_REGION_ATTRIBUTES_ID

      protected static final String DEFAULT_REGION_ATTRIBUTES_ID
    • DEFAULT_ENABLE_LOCAL_CACHE

      protected static final boolean DEFAULT_ENABLE_LOCAL_CACHE
      See Also:
  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
    • getDefaultRegionAttributesId

      public String getDefaultRegionAttributesId()
    • getDefaultEnableLocalCache

      public boolean getDefaultEnableLocalCache()
    • touchSessions

      public void touchSessions(Set<String> sessionIds)
    • isPeerToPeer

      public boolean isPeerToPeer()
    • isClientServer

      public boolean isClientServer()
    • keySet

      public Set<String> keySet()
    • size

      public int size()
    • isBackingCacheAvailable

      public boolean isBackingCacheAvailable()
    • getCache

      public GemFireCache getCache()
    • createOrRetrieveRegion

      protected void createOrRetrieveRegion()