避免使用不推荐的 DynamicCacheAccessor 方法

此规则会标记来自以下对象的不推荐方法: com.ibm.websphere.cache.DynamicCacheAccessor 类。 检测到下列方法:

这些方法在 WebSphere Application Server V6.0 中已不推荐使用,并且可能会在将来发行版中移除。

对于 DynamicCacheAccessor.getCache() ,使用 DistributedMap 以在高速缓存中存储和管理对象。

对于 DynamicCacheAccessor.getDistributedMap() ,基本高速缓存用于 Servlet 高速缓存。 不应将它用作 DistributedMap。

有关更多信息,请参阅: