Skip to content

Roadmap

Ben Manes edited this page May 13, 2015 · 135 revisions

Development notes for pending tasks.

Version 2.0

  • RemovalListener
    • Delete RemovalNotification from public API
      • Instead use the friendlier lambda syntax of (k, v, cause) -> ...
    • Ensure all notifications are published after the computation completes
      • BoundedLocalCache appears to publish early
  • AsyncLocalCache
    • Add asMap() view
  • Code review map methods
    • Expired entries (eligible but not evicted)
    • Reference collected entries (eligible but not evicted)

Anytime

Clone this wiki locally