Module: ConvenientService::Support::Cache::Constants::Backends
- Defined in:
- lib/convenient_service/support/cache/constants.rb
Constant Summary collapse
- ARRAY =
:array- HASH =
:hash- THREAD_SAFE_ARRAY =
:thread_safe_array- THREAD_SAFE_HASH =
:thread_safe_hash- ALL =
[ARRAY, HASH, THREAD_SAFE_ARRAY, THREAD_SAFE_HASH]
- DEFAULT =
HASH