Class: Momento::SetResponse
- Defined in:
- lib/momento/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?
8 9 10 |
# File 'lib/momento/set_response.rb', line 8 def success? false end |