Method: EntityCache::Store::Internal::Build.scopes

Defined in:
lib/entity_cache/store/internal/build.rb

.scopesObject



32
33
34
35
36
37
38
# File 'lib/entity_cache/store/internal/build.rb', line 32

def self.scopes
  @scopes ||= {
    :exclusive => Scope::Exclusive,
    :global => Scope::Global,
    :thread => Scope::Thread
  }
end