py2store.examples.write_caches

stores that implement various write caching algorithms

py2store.examples.write_caches.timestamp_on_cache_and_concatenate_all_values()[source]

The cache timestamps (with system clock) every item on insertion (append) and uses the min timestamp as a key for storage.