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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The <ResultCache> element specifies the manner in which results may be cached for subsequent lookups.

Schema Name and Location

This element is defined by the urn:mace:shibboleth:2.0:resolver:dc schema, which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.

Example

<dc:ResultCache maximumCachedElements="100"/>

Attributes

The <ResultCache> element has two optional attributes:

NameTypeDefault

Description

maximumCachedElements

Integer500Maximum number of entries the cache may contain

elementTimeToLive

DurationPT4HDuration after which any entry will be removed from the cache

Child Elements

No child elements are defined.

Notes

The caching specified by the <ResultCache> element can instead be defined by specifying a <ResultCacheBean> element on the data connector, which allows for complete override of cache result handling.
  • No labels