Versions Compared

Key

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

Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd

Overview

The <ResultCache> element specifies the manner in which results may be cached for to bypass subsequent lookups for a period of time.

...

Reference

...

Localtabgroup
Localtab
activetrue
titleXML Elements

The <ResultCache> element has two optional attributes:

NameTypeDefault

Description

maximumCachedElements

Integer500                  Maximum number of entries the cache may contain

expireAfterAccess

DurationPT4HDuration since last use after which any entry will be removed from the cache

...

(the duration is reset on each access

...

)

expireAfterWrite

Duration
Duration from first use after which any entry will be removed from the cache

...

Child Elements

No child elements are defined.

Example

Code Block
languagexml
<ResultCache maximumCachedElements="100"/>

Notes

...