Class: EntityCache::Storage::Persistent::None

Inherits:
Object
  • Object
show all
Includes:
EntityCache::Storage::Persistent
Defined in:
lib/entity_cache/storage/persistent/none.rb

Constant Summary

Constants included from EntityCache::Storage::Persistent

Error

Instance Attribute Summary

Attributes included from EntityCache::Storage::Persistent

#subject

Instance Method Summary collapse

Methods included from EntityCache::Storage::Persistent

included, #initialize

Instance Method Details

#getObject



7
8
# File 'lib/entity_cache/storage/persistent/none.rb', line 7

def get(*)
end

#putObject



10
11
# File 'lib/entity_cache/storage/persistent/none.rb', line 10

def put(*)
end