-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Roadmap
Ben Manes edited this page Jul 18, 2015
·
135 revisions
A major revision that includes API incompatible changes.
- RemovalListener
- Use friendlier typed lambda syntax to chain as
(k, v, cause) -> ... - RemovalNotification retained as helper, but not used in the API
- Use friendlier typed lambda syntax to chain as
- AsyncLocalCache
- Consider extending Cache<K, CompletableFuture<V>> interface
- Cache: Conflict on get(k, k -> v) with get(k, k -> future)
- LoadingCache: Conflicts on getAll returning future<map> vs map<k, future>
- Add asMap() view of key -> futures
- Consider extending Cache<K, CompletableFuture<V>> interface
- Tracing
- Remove deprecated methods
- Use snake case for system properties (consistency with Typesafe Config library)
- Collections
- Simulator
- Add traces (wikipedia, pagecounts)
- Add weight and expiration support
- Advanced eviction policies

