Avoid using the deprecated Cache interface

This rule flags the com.ibm.websphere.cache.Cache interface.

This interface was deprecated in WebSphere Application Server Version 6.0 and might be removed in a future release.

Use the com.ibm.websphere.cache.DistributedMap interface to store and manage objects in cache.

For additional information, see

The full Deprecated API list is in the documentation.