element <tns:decisionCache> (local)
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
locally within tns:pdp element in pdp.xsd; see XML source
Component Diagram
XML Representation Summary
<tns:decisionCache
   
 = 
xs:ID
 = 
xs:nonNegativeInteger : "100"
/>
Included in content model of elements (1):
Annotation

Decision cache that, for a given request, provides the XACML policy evaluation result from a cache if there is a cached result for the given request. There must be one and only one Java class on the classpath - say com.example.FooDecisionCacheFactory -implementing interface org.ow2.authzforce.core.pdp.api.DecisionCache.Factory<CONF_T> with zero-arg constructor, where CONF_T is the JAXB type bound to this XML element type.

More info about Decision Cache extensions is available on AuthzForce wiki.

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="decisionCache" type="authz-ext:AbstractDecisionCache"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.