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

Attributes

Settings specific to this type include:

Name

Type

Default

Description

cleanupInterval 

time in seconds900

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

Example

<StorageService type="Memory" id="mem" cleanupInterval="900"/>