Skip to content
Commit 6f39c2d6 authored by Matt Wala's avatar Matt Wala
Browse files

Add an LRU cache to PersistentDict.

This adds an optional in-memory LRU cache. To use the cache, you
supply a *in_mem_cache_size* parameter to the PersistentDict.

In order to properly support cache invalidation this also implements
version tracking of files. This change is backwards compatible with
existing persistent dict caches.
parent 8078e742
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment