Sha256: d847f5b2bf948e15530f0d13ae7285c9a4f9aaeb4064e5ddee79691d203f6426

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

require "food_info/cache_adapters/default"
require "food_info/cache_adapters/mem_cache_compatible"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
food_info-0.0.7 lib/food_info/cache_adapters.rb