This feature provides Java Caching API 1.1 specification interfaces to applications. This feature does not include any JCache implementation.

Command Line Install

To install the feature from the command line, type:
bin/installUtility install jcacheContainer-1.1
If you are installing into 8.5.5.5 or earlier and the feature supports that version, use the featureManager command, for example:
bin/featureManager install jcacheContainer-1.1 --when-file-exists=ignore

Config Instructions

To use the feature at runtime add the following to your server.xml file
<featureManager>
  <feature>jcacheContainer-1.1</feature>
</featureManager>

Additional Information