class EntityCache::Store::External::Null

Public Instance Methods

get(id) click to toggle source
# File lib/entity_cache/store/external/null.rb, line 7
def get(id)
end
put(id, entity, version, time) click to toggle source
# File lib/entity_cache/store/external/null.rb, line 10
def put(id, entity, version, time)
end