version-persistent-scheme
Used in: versioned-backing-map-scheme.
Description
The version-persistent-scheme defines a cache for storing object versioning information in a clustered cache. Specifying a size limit on the specified scheme's backing-map allows control over how many version identifiers are tracked.
Elements
The following table describes the elements you can define within the version-persistent-scheme element.
| Element |
Required/Optional |
Description |
| <cache-name-suffix> |
Optional |
Specifies the name modifier that is used to create a cache of version objects associated with a given cache. The value of this element is appended to the base cache name.
Legal value is a string.
Default value is "-persist".
For example, if the base case is named "Sessions" and this name modifier is set to "-persist", the associated version cache will be named "Sessions-persist". |
<replicated-scheme>
or
<distributed-scheme> |
Required |
Specifies the scheme for the cache used to maintain the versioning information.
Legal values are:
|