Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.1.0)
E69639-01

Overload List

  NameDescription
Public methodEvict()()()()
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.
Public methodEvict(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