Class: Momento::CreateCacheResponse
- Defined in:
- lib/momento/create_cache_response.rb
Overview
A response from creating a cache.
Instance Method Summary collapse
-
#already_exists? ⇒ Boolean
Does the cache already exist?.
-
#success? ⇒ Boolean
Was the cache created?.
Methods inherited from Response
Instance Method Details
#already_exists? ⇒ Boolean
Does the cache already exist?
8 9 10 |
# File 'lib/momento/create_cache_response.rb', line 8 def already_exists? false end |
#success? ⇒ Boolean
Was the cache created?
14 15 16 |
# File 'lib/momento/create_cache_response.rb', line 14 def success? false end |