Skip to main content

caches

PackageSource

The implementation of caches. The caches are used for storing the temporary files that are served to the frontend. Different kinds of caches can be used in different cases.

Modules

Member
Description
abstractThe abstract class definition of caches.
lrudictImplemation of the least recently used (LRU) dictionary.
memoryThe caches implemented by the data exchanges in the memory.
tempfileThe cache implemented by temporary directories.
typehintsExtra typehints used by this project.

Aliases

Member
Alias of
CachePlaindfc.caches.memory.CachePlain
CacheQueuedfc.caches.memory.CacheQueue
CacheFiledfc.caches.tempfile.CacheFile