Class: Twelvefactor::Environment::Cache
- Inherits:
-
Object
- Object
- Twelvefactor::Environment::Cache
- Defined in:
- lib/twelvefactor/environment/cache.rb,
lib/twelvefactor/environment/cache.rb
Defined Under Namespace
Classes: Dalli, File, Null, Redis
Constant Summary collapse
- VERSION =
"1.0.3".freeze
- HANDLERS =
{ "dalli" => Dalli, "file" => File, "null" => Null, "redis" => Redis }.freeze