跳到主要内容

API 总览

模块包源码

本扩展为Plotly-Dash和Flask、提供了便捷的数据缓存实现,用以将缓存数据推送到客户端。

Overview of Dash File CacheOverview of Dash File Cache

上图展示了整个模块的大体结构。其中,核心功能包括:诸如CachePlain的缓存类、用以提供服务的工厂类ServiceData,以及Downloader组件。

模块

成员
说明
caches缓存的实现。
servicesFlask服务。
components本模块包提供的额外组件。
utilities用来处理文件和请求的共用工具。

别名

成员
别名取自
CachePlaindfc.caches.memory.CachePlain
CacheQueuedfc.caches.memory.CacheQueue
CacheFiledfc.caches.tempfile.CacheFile
ServiceDatadfc.services.data.ServiceData
Downloaderdfc.components.downloader.Downloader