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
ALL =
[ARRAY, HASH, THREAD_SAFE_ARRAY]
DEFAULT =
HASH