[Java programming language only]

Plug-ins for evicting cache objects

WebSphere® eXtreme Scale provides a default mechanism for evicting cache entries and a plug-in for creating custom evictors. An evictor controls the membership of entries in each BackingMap. The default evictor uses a time to live (TTL) eviction policy for each BackingMap. If you provide a pluggable evictor mechanism, it typically uses an eviction policy that is based on the number of entries instead of on time.

Note: Custom evictors are not supported when IBM® eXtremeMemory is configured.