Method: Momento::SortedSetFetchResponse#hit?
- Defined in:
- lib/momento/response/sorted_set/sorted_set_fetch_response.rb
#hit? ⇒ Boolean
The sorted set exists and any matching elements were fetched.
9 10 11 |
# File 'lib/momento/response/sorted_set/sorted_set_fetch_response.rb', line 9 def hit? false end |