10.3. File Cache Store Configuration

The following is an example of a File Cache Store configuration:
<local-cache name="default">
    <file-store />
</local-cache>
  • The name parameter of the local-cache attribute is used to specify a name for the cache.
  • The file-store element specifies configuration information for the file cache store. Attributes for this element include the relative-to parameter used to define a named path, and the path parameter used to specify a directory within relative-to.