Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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>
<local-cache name="default">
<file-store />
</local-cache>
- The
nameparameter of thelocal-cacheattribute is used to specify a name for the cache. - The
file-storeelement specifies configuration information for the file cache store. Attributes for this element include therelative-toparameter used to define a named path, and thepathparameter used to specify a directory withinrelative-to.