Module: FoodInfo::CacheAdapters

Defined in:
lib/food_info/cache_adapters.rb,
lib/food_info/cache_adapters/default.rb,
lib/food_info/cache_adapters/mem_cache_compatible.rb

Overview

All FoodInfo CacheAdapters must expose two public methods, set and get, and will need to behave compatibly with the memcache API.

Defined Under Namespace

Classes: Default, MemCacheCompatible