Erase() In The CacheStore Not Invoked When Entry Expires
(Doc ID 2641332.1)
Last updated on APRIL 11, 2024
Applies to:
Oracle Coherence - Version 12.2.1.3.6 and laterInformation in this document applies to any platform.
Goal
When an entry is explicitly removed from the cache , the cachestore erase() method is invoked and the corresponding row in the DB table is deleted.
But when cache entry expires (there is an expiry-delay set), the value is not returned from the cache (as expected) but the entry in the DB remains, i.e. the CacheStore() erase() method is not invoked.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |