-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.