Packages
A store for http_cache that uses native OTP capabilites
Retired package: Renamed - http_cache_store_memory
Current section
Files
Jump to
Current section
Files
include/http_cache_store_native.hrl
-ifndef(HTTP_CACHE_STORE_NATIVE_HRL).
-define(HTTP_CACHE_STORE_NATIVE_HRL, 1).
-define(CONFIG_TABLE, http_cache_store_native_table_config).
-define(OBJECT_TABLE, http_cache_store_native_table_object).
-define(LRU_TABLE, http_cache_store_native_table_lru).
-endif.