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 | |
---|---|
abstract | The abstract class definition of caches. |
lrudict | Implemation of the least recently used (LRU) dictionary. |
memory | The caches implemented by the data exchanges in the memory. |
tempfile | The cache implemented by temporary directories. |
typehints | Extra typehints used by this project. |
Aliases
Member | |
---|---|
CachePlain | dfc.caches.memory.CachePlain |
CacheQueue | dfc.caches.memory.CacheQueue |
CacheFile | dfc.caches.tempfile.CacheFile |