Class: EntityCache::Storage::Persistent::None
- Inherits:
-
Object
- Object
- EntityCache::Storage::Persistent::None
- Includes:
- EntityCache::Storage::Persistent
- Defined in:
- lib/entity_cache/storage/persistent/none.rb
Constant Summary
Constants included from EntityCache::Storage::Persistent
Instance Attribute Summary
Attributes included from EntityCache::Storage::Persistent
Instance Method Summary collapse
Methods included from EntityCache::Storage::Persistent
Instance Method Details
#get ⇒ Object
7 8 |
# File 'lib/entity_cache/storage/persistent/none.rb', line 7 def get(*) end |
#put ⇒ Object
10 11 |
# File 'lib/entity_cache/storage/persistent/none.rb', line 10 def put(*) end |