Class: Momento::SetResponse
- Defined in:
- lib/momento/response/set_response.rb
Overview
A response from setting a key.
Instance Method Summary collapse
-
#success? ⇒ Boolean
Was the key/value pair added to the cache?.
Methods inherited from Response
Instance Method Details
#success? ⇒ Boolean
Was the key/value pair added to the cache?
9 10 11 |
# File 'lib/momento/response/set_response.rb', line 9 def success? false end |