Added writeThrough flag to poke last access stamp into backing store on every access.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 12 Jan 2006 03:30:31 +0000 (03:30 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 12 Jan 2006 03:30:31 +0000 (03:30 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1937 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index edba3dd..3dc887a 100644 (file)
@@ -90,6 +90,7 @@
        <element name="MemorySessionCache">
                <complexType>
                        <attributeGroup ref="conf:SessionCacheProperties"/>
+                       <attribute name="writeThrough" type="boolean" use="optional" default="true"/>
                        <anyAttribute namespace="##other" processContents="lax"/>
                </complexType>
        </element>