-
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
- Code review map methods
- Expired entries (eligible but not evicted)
- Reference collected entries (eligible but not evicted)
- Collections
- Simulator
- Add weight and expiration support
- Advanced eviction policies

