9 lines
296 B
Plaintext
Raw Permalink Normal View History

2020-07-15 18:02:38 +05:30
Should allow:
1) listeners on load and evict
2) hot loading elements on startup
3) multiple eviction algorithms like LRU and LFU
4) expiration time
5) multiple fetch algorithms like write back and write through
6) return futures
7) request collapsing
8) Avoid thrashing with rate limiting