避免使用已淘汰的 DynamicCacheAccessor 方法

此規則會標示來自的已淘汰方法 com.ibm.websphere.cache.DynamicCacheAccessor 類別。 會偵測到下列方法:

這些方法在 WebSphere Application Server 6.0 版中已淘汰,並可能在將來的版本移除。

對於 DynamicCacheAccessor.getCache() ,使用 DistributedMap 以儲存及管理快取中的物件。

對於 DynamicCacheAccessor.getDistributedMap() ,基本快取用於 Servlet 快取。 不應將其用作 DistributedMap。

如需相關資訊,請參閱: