/
MemoryStorageService
MemoryStorageService
Identified by type="Memory"
, this storage option just tracks data in-memory and does not persist it across restarts of the shibd daemon. This is the simplest option, and generally the best choice.
Attributes
Settings specific to this type include:
Name | Type | Default | Description |
---|---|---|---|
cleanupInterval | time in seconds | 900 | Interval in seconds between cleanup runs, when expired entries are swept from memory by a background thread |
Example
Default Storage Service definition
<StorageService type="Memory" id="mem" cleanupInterval="900"/>
, multiple selections available,
Related content
ODBCStorageService
ODBCStorageService
Read with this
DynamicHTTPMetadataProvider
DynamicHTTPMetadataProvider
More like this
StorageService
StorageService
Read with this
StorageConfiguration
StorageConfiguration
More like this
SPConfig
SPConfig
Read with this
WebAuthnCredentialRepository
WebAuthnCredentialRepository
More like this