Class: Momento::DeleteCacheResponse
- Defined in:
- lib/momento/response/control/delete_cache_response.rb
Overview
A response from deleting a cache.
Instance Method Summary collapse
-
#success? ⇒ Boolean
Was the cache deleted?.
Methods inherited from Response
Instance Method Details
#success? ⇒ Boolean
Was the cache deleted?
9 10 11 |
# File 'lib/momento/response/control/delete_cache_response.rb', line 9 def success? false end |