element <simple-text-file-store>
Namespace:
Type:
Content:
empty, 5 attributes
Subst.Gr:
may substitute for element abstract-object-store
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<simple-text-file-store
    name
 = 
xsd:string
    maxEntries
 = 
(xsd:string | xsd:int)
    entryTTL
 = 
(xsd:string | xsd:int)
    expirationInterval
 = 
(xsd:string | xsd:int)
    directory
 = 
xsd:string
/>
May be included in elements by substitutions (4):
Annotation
A simple object store that stores String objects by key to a text file. This store is only suitable for storing simple key value pair strings. This store is backed by an in-memory store and supports the ability to expire and apply TTL to objects in the store.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="simple-text-file-store" substitutionGroup="abstract-object-store" type="textFileObjectStoreType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.