Module: ConvenientService::Support::Cache::Constants::Backends Private
- Defined in:
- lib/convenient_service/support/cache/constants.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- ARRAY =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:array- HASH =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:hash- THREAD_SAFE_ARRAY =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:thread_safe_array- THREAD_SAFE_HASH =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:thread_safe_hash- ALL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[ARRAY, HASH, THREAD_SAFE_ARRAY, THREAD_SAFE_HASH]
- DEFAULT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
HASH