Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This Storage Service, identified Identified by type="Memory", stores this storage option just tracks data in-memory and does not persist it across restarts of the shibd servicethe shibd daemon. This is the simplest option, and generally the best choice.

Attributes

Settings specific to this type include:

Name

Type

Default

Description

cleanupInterval 

cleanupInterval 

time in seconds

900

Interval in seconds between cleanup runs, when expired entries are swept from memory by a background thread

Include Page
StorageServiceCommonAttributes
StorageServiceCommonAttributes

Example

Default Storage Service definition
Code Block
languagexmltitleDefault Storage Service definition
<StorageService type="Memory" id="mem" cleanupInterval="900"/>