-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Roadmap
Ben Manes edited this page May 13, 2015
·
135 revisions
Development notes for pending tasks.
- RemovalListener
- Delete
RemovalNotificationfrom public API- Instead use the friendlier lambda syntax of
(k, v, cause) -> ...
- Instead use the friendlier lambda syntax of
- Ensure all notifications are published after the computation completes
-
BoundedLocalCacheappears to publish early
-
- Delete
- AsyncLocalCache
- Add
asMap()view
- Add
- Expired entries (eligible but not evicted)
- Do all map methods screen and behave as if no entry exists?
- Are the statistics recorded as a miss?
- Reference collected values (eligible but not evicted)
- Do all map methods screen and behave as if no entry exists?
- Are the statistics recorded as a miss?
- Removal listener notification
- Is the listener notified after the operation completes?
- Is the listener sent the correct notification?
- Collections
- Simulator
- Add weight and expiration support
- Advanced eviction policies

