custom-store-manager
Used in: external-scheme, paged-external-scheme, async-store-manager.
Description
Used to create and configure custom implementations of a store manager for use in external caches.
Elements
The following table describes the elements you can define within the custom-store-manager element.
| Element |
Required/Optional |
Description |
| <class-name> |
Required |
Specifies the implementation of the store manager.
The specified class must implement the
${xhtml} interface. |
| <init-params> |
Optional |
Specifies initialization parameters, for use in custom store manager implementations which implement the
${xhtml} interface. |