Class: SplitIoClient::Cache::Adapters::Adapter
- Inherits:
-
Object
- Object
- SplitIoClient::Cache::Adapters::Adapter
- Defined in:
- lib/cache/adapters/adapter.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
9 10 11 |
# File 'lib/cache/adapters/adapter.rb', line 9 def get raise NoMethodError end |
#key? ⇒ Boolean
17 18 19 |
# File 'lib/cache/adapters/adapter.rb', line 17 def key? raise NoMethodError end |
#remove ⇒ Object
13 14 15 |
# File 'lib/cache/adapters/adapter.rb', line 13 def remove raise NoMethodError end |
#set ⇒ Object
5 6 7 |
# File 'lib/cache/adapters/adapter.rb', line 5 def set raise NoMethodError end |