Class: Momento::ListCachesResponse
- Defined in:
- lib/momento/response/control/list_caches_response.rb
Overview
A response from listing the caches.
Instance Method Summary collapse
-
#cache_names ⇒ Array?
The names of the caches.
-
#success? ⇒ Boolean
Did it get a list of caches?.
-
#to_s ⇒ String
Displays the response and the list of cache names.
Methods inherited from Response
Instance Method Details
#cache_names ⇒ Array?
The names of the caches.
15 16 17 |
# File 'lib/momento/response/control/list_caches_response.rb', line 15 def cache_names nil end |
#success? ⇒ Boolean
Did it get a list of caches?
9 10 11 |
# File 'lib/momento/response/control/list_caches_response.rb', line 9 def success? false end |
#to_s ⇒ String
Displays the response and the list of cache names. The list of cache names will be truncated.
|
# File 'lib/momento/response/control/list_caches_response.rb', line 19
|