Home
Property sub-element
Use the property sub-element to specify generic properties for the cache entry. For example:
<property name="key">value</property>Key is the name of the property to define, and value is the corresponding value.
For example:
<property name="description">The Snoop Servlet</property>