Class: EntityCache::Store::External::Null

Inherits:
Object
  • Object
show all
Includes:
EntityCache::Store::External
Defined in:
lib/entity_cache/store/external/null.rb

Constant Summary

Constants included from EntityCache::Store::External

Error

Instance Method Summary collapse

Methods included from EntityCache::Store::External

#entity_class, included, #specifier

Instance Method Details

#get(id) ⇒ Object



7
8
# File 'lib/entity_cache/store/external/null.rb', line 7

def get(id)
end

#put(id, entity, version, time) ⇒ Object



10
11
# File 'lib/entity_cache/store/external/null.rb', line 10

def put(id, entity, version, time)
end