Versions Compared

Key

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

This Storage Service, identified by type="Memory", stores data in-memory and does not persist it across restarts of the shibd service.

Attributes

Common Attributes

...

Settings specific to this type include:

Name

Type

Default

Description

cleanupInterval 

time in seconds900

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

Include Page
StorageServiceCommonAttributes
StorageServiceCommonAttributes

Example

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