Class: ConvenientService::Support::Cache
- Inherits:
-
Object
- Object
- ConvenientService::Support::Cache
show all
- Defined in:
- lib/convenient_service/support/cache.rb,
lib/convenient_service/support/cache/constants.rb,
lib/convenient_service/support/cache/exceptions.rb,
lib/convenient_service/support/cache/entities/key.rb,
lib/convenient_service/support/cache/entities/caches/base.rb,
lib/convenient_service/support/cache/entities/caches/hash.rb,
lib/convenient_service/support/cache/entities/caches/array.rb,
lib/convenient_service/support/cache/entities/caches/thread_safe_hash.rb,
lib/convenient_service/support/cache/entities/caches/thread_safe_array.rb,
lib/convenient_service/support/cache/entities/caches/array/entities/pair.rb
Defined Under Namespace
Modules: Constants, Entities, Exceptions
Class Method Summary
collapse
Class Method Details
19
20
21
|
# File 'lib/convenient_service/support/cache.rb', line 19
def new(...)
backed_by(Constants::Backends::DEFAULT).new(...)
end
|