Lines Matching full:disk
25 /*! \defgroup diskcache LWS disk cache
26 * ## Disk cache API
28 * Lws provides helper apis useful if you need a disk cache containing hashed
37 * an opaque struct that represents the disk cache.
64 * lws_diskcache_create() - creates an opaque struct representing the disk cache
67 * \param cache_size_limit: maximum size on disk the cache is allowed to use
70 * disk cache, the trim scanning state and so on. You should use
88 * lws_diskcache_prepare() - ensures the cache dir structure exists on disk
95 * the cache directory structure on disk as necessary, enforce the given access
111 * lws_diskcache_query() - ensures the cache dir structure exists on disk
113 * \param lds: The opaque struct representing the disk cache
146 * lws_diskcache_query() - ensures the cache dir structure exists on disk
163 * This should be called periodically to statefully walk the cache on disk