[][src]Module ccl::timedcache

Threadsafe concurrent timed cache.

Acts as a overlay on top of whatever persistent storage you are using and handles loading and saving of data behind the scenes.

Structs

TimedCache

Threadsafe concurrent timed cache. Handles loading and potential saving behind the scenes with user supplied functions. Intended for use in high concurrency applications.

Constants

SAVE_INTERVAL
VALID_CHECK_INTERVAL
VALID_DURATION