Class CachingConfig

    • Method Detail

      • isStaleSessionCheckingEnabled

        public boolean isStaleSessionCheckingEnabled​(java.lang.String extensionName)
        Description copied from interface: StaleSessionConfig
        Checks if stale session is enabled.
        Specified by:
        isStaleSessionCheckingEnabled in interface StaleSessionConfig
        Parameters:
        extensionName - extension name. When null global configuration is returned.
        Returns:
        true if stale session is enabled for given extension, false otherwise.
      • setTtlSeconds

        public void setTtlSeconds​(int ttlSeconds)