Module persistentcache::storage::file_memory[][src]

FileMemoryStorage

FileMemoryStorage

Storage for persistently saving return values of functions on disk. This storage also stores the data in a HashMap in memory. If the data is available in the HashMap, it will be retreived from there, otherwise it will be retreived from disk. Once a value is retreived from disk, it is also stored in the HashMap.

Structs

FileMemoryStorage

FileMemoryStorage struct