Class: IControl::LocalLB::RAMCacheInformation::RAMCacheKey
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::RAMCacheInformation::RAMCacheKey
- Defined in:
- lib/icontrol/local_lb/ram_cache_information.rb,
lib/icontrol/local_lb/ram_cache_information.rb
Overview
A struct that describes a key used to query/evict RAM cache entries.
Instance Attribute Summary collapse
-
#host_name ⇒ String
Query/evict entries associated with this host name.
-
#maximum_responses ⇒ Numeric
The maximum number of entries to be returned in the response for this key’s query.
-
#profile_name ⇒ String
Query/evict entries associated with this profile.
-
#uri ⇒ String
Query/evict entries associated with this URI.
Instance Attribute Details
#host_name ⇒ String
Query/evict entries associated with this host name.
148 149 150 |
# File 'lib/icontrol/local_lb/ram_cache_information.rb', line 148 def host_name @host_name end |
#maximum_responses ⇒ Numeric
The maximum number of entries to be returned in the response for this key’s query. If there are more entries than “maximum_responses” that match the querying parameters, then only the “maximum_responses” entries with most hits will be returned. This parameter is ignored when used in a reset method.
148 149 150 |
# File 'lib/icontrol/local_lb/ram_cache_information.rb', line 148 def maximum_responses @maximum_responses end |
#profile_name ⇒ String
Query/evict entries associated with this profile.
148 149 150 |
# File 'lib/icontrol/local_lb/ram_cache_information.rb', line 148 def profile_name @profile_name end |
#uri ⇒ String
Query/evict entries associated with this URI.
148 149 150 |
# File 'lib/icontrol/local_lb/ram_cache_information.rb', line 148 def uri @uri end |