HTTP RAM cache commands
|
|
Before you begin, ensure RAM caching configuration is selected in the HTTP or HTTPs profile. |
-
HTTP:exclude_check_disable() — Disables the exclude URI check.
-
HTTP:cache_disable() — Disables caching (both cache hit and cache store).
-
HTTP:dyn_check_disable() — Disables dynamic caching check.
-
HTTP:dyn_invalid_check_disable() — Disables dynamic invalid caching check.
-
HTTP:dyn_cache_enable(t) — Directly enables dynamic caching with a given ID and age.
-
HTTP:cache_user_key(t) — Replaces the default key (the URI) with any customized key.
-
HTTP:dyn_cache_invalid(t) — Invalidates a given dynamic cache indexed by its ID.
-
HTTP:cached_check(t) — Checks whether a URI has been cached or not.
-
HTTP:cache_hits(t) — Checks the cache hit count for the specified URI.
-
HTTP:res_caching() — Checks whether or not the response has been caching. If yes, then it checks whether it is regular cache or dynamic cache.
-
HTTP:res_cached() — Check whether or not a response is from cache. If yes, then it checks whether it is regular cache or dynamic cache.
-
HTTP:caching_drop() — Drops an ongoing caching operation.