ResultCache

The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.

ResultCache

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 to bypass subsequent lookups for a period of time.

Reference

The <ResultCache> element has these optional attributes: Name Type Default Description maximumCachedElements Integer 500                   Maximum number of entries the cache may contain expireAfterAccess Duration PT4H Duration 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

Example

<ResultCache maximumCachedElements="100"/>