LocalCacheEvict Method |
Name | Description | |
---|---|---|
![]() | 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.
|