Class: Momento::DeleteCacheResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/momento/delete_cache_response.rb

Overview

A response from deleting a cache.

Instance Method Summary collapse

Methods inherited from Response

#error, #error?, #to_s

Instance Method Details

#success?Boolean

Was the cache deleted?

Returns:

  • (Boolean)


8
9
10
# File 'lib/momento/delete_cache_response.rb', line 8

def success?
  false
end