Module: CacheCrispies

Defined in:
lib/cache_crispies.rb,
lib/cache_crispies/base.rb,
lib/cache_crispies/plan.rb,
lib/cache_crispies/version.rb,
lib/cache_crispies/memoizer.rb,
lib/cache_crispies/attribute.rb,
lib/cache_crispies/condition.rb,
lib/cache_crispies/collection.rb,
lib/cache_crispies/controller.rb,
lib/cache_crispies/hash_builder.rb

Overview

The top level namespace module for the gem

Defined Under Namespace

Modules: Controller Classes: Attribute, Base, Collection, Condition, HashBuilder, Memoizer, Plan

Constant Summary collapse

CACHE_KEY_PREFIX =

A prefix used in building cache key. This should be extra insurance against key conflicts and also provides an easy way to search for keys in Redis.

'cache-crispies'
CACHE_KEY_SEPARATOR =

The string to use to join parts of the cache keys together

'+'
VERSION =

The version of the gem

'0.2.1'