How to get backing map in Custom Eviction Policy implementation
I am implementing Custom Eviction Policy based on some tradedate field available in my cache POF using below reference but the problem is I need to know what is the backing cache name (with cachestore ) so that I can get to know about all the fields available in cache. Is there a way to get the ReadWriteBackingMap from ConfigurableCacheMap ?
https://docs.oracle.com/cd/E24290_01/coh.371/e22837/api_customeviction.htm#COHDG168
Thanks,
Amit