-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Roadmap
Ben Manes edited this page May 21, 2015
·
135 revisions
Development notes for pending tasks.
- RemovalListener
- Use friendlier typed lambda syntax to chain as
(k, v, cause) -> ...- Delete
RemovalNotificationfrom public API
- Delete
- Use friendlier typed lambda syntax to chain as
- AsyncLocalCache
- Add
asMap()view
- Add
- Tracing
- Remove deprecated methods
- Use snake case for system properties (consistency with Typesafe Config library)
- 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

