Class: EntityCache::Store::Internal::Scope::Exclusive

Inherits:
EntityCache::Store::Internal show all
Defined in:
lib/entity_cache/store/internal/scope/exclusive.rb

Instance Attribute Summary

Attributes inherited from EntityCache::Store::Internal

#subject

Instance Method Summary collapse

Methods inherited from EntityCache::Store::Internal

build, configure, #count, #delete, #empty?, #get, #put

Instance Method Details

#recordsObject



6
7
8
# File 'lib/entity_cache/store/internal/scope/exclusive.rb', line 6

def records
  @records ||= {}
end