Class: Cachew::Adapters::BaseAdapter
- Inherits:
-
Struct
- Object
- Struct
- Cachew::Adapters::BaseAdapter
- Defined in:
- lib/cachew/adapters/base_adapter.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#store ⇒ Object
Returns the value of attribute store
3 4 5 |
# File 'lib/cachew/adapters/base_adapter.rb', line 3 def store @store end |