Home
last modified time | relevance | path

Searched defs:lws_cache_ops (Results 1 – 1 of 1) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h253 struct lws_cache_ops { struct
255 (*create)(const struct lws_cache_creation_info *info);
259 (*destroy)(struct lws_cache_ttl_lru **_cache);
264 (*expunge)(struct lws_cache_ttl_lru *cache);
269 (*write)(struct lws_cache_ttl_lru *cache, const char *specific_key,
274 (*tag_match)(struct lws_cache_ttl_lru *cache, const char *wc,
281 (*lookup)(struct lws_cache_ttl_lru *cache, const char *wildcard_key,
286 (*invalidate)(struct lws_cache_ttl_lru *cache, const char *wildcard_key);
290 (*get)(struct lws_cache_ttl_lru *cache, const char *specific_key,
296 (*debug_dump)(struct lws_cache_ttl_lru *cache);