class EntityCache::Store::Internal::Scope::Exclusive

Public Instance Methods

records() click to toggle source
# File lib/entity_cache/store/internal/scope/exclusive.rb, line 6
def records
  @records ||= {}
end