此内容没有您所选择的语言版本。
12.2.2. File Cache Store Configuration (Remote Client-Server Mode)
The following is an example of a File Cache Store configuration for JBoss Data Grid's Remote Client-Server mode:
<local-cache name="default">
<file-store passivation="true"
purge="true"
shared="false"
relative-to="{PATH}"
path="{DIRECTORY}" />
</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.