Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
Evict()()()
Evict all entries from the cache that are no longer valid, and potentially prune the cache size if the cache is size-limited and its size is above the caching low water mark.
Evict(Object)
Evict a specified key from the cache, as if it had expired from the cache. If the key is not in the cache, then the method has no effect.

See Also