Class: IControl::LocalLB::RAMCacheInformation::RAMCacheVaryType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::LocalLB::RAMCacheInformation::RAMCacheVaryType
- Defined in:
- lib/icontrol/local_lb/ram_cache_information.rb,
lib/icontrol/local_lb/ram_cache_information.rb
Overview
A list of types that indicate what type of content is cached.
Constant Summary collapse
- RAM_CACHE_VARY_NONE =
Content that doesn’t vary.
:RAM_CACHE_VARY_NONE
- RAM_CACHE_VARY_USERAGENT =
Content that can vary depending on value of the User-Agent header.
:RAM_CACHE_VARY_USERAGENT
- RAM_CACHE_VARY_ACCEPT_ENCODING =
Content that can vary depending on value of the Accept-Encoding header.
:RAM_CACHE_VARY_ACCEPT_ENCODING
- RAM_CACHE_VARY_BOTH =
Content that can vary depending on values of both the User-Agent and Accept-Encoding headers.
:RAM_CACHE_VARY_BOTH