class EntityCache::Store::Internal::Scope::Global::ThreadSafeHash
Public Instance Methods
[](key)
click to toggle source
Calls superclass method
# File lib/entity_cache/store/internal/scope/global.rb, line 24 def [](key) value = super(key) value = Transform::Copy.(value) unless value.nil? value end