-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Java 8 has extended the Map interface with computeIfAbsent and putIfAbsent methods to support memoization. We could take this one step further by allowing setting a default mapping function using the Function<? super K,? extends V> signature so that invoking a get operation on a non-existent or expired entry will compute it and store it in the cache.
- relates to
-
ISPN-694 Create expiration notification for in-memory cache entries
- Closed