class BulkCacheFetcher

def initialize(cache)

http://guides.rubyonrails.org/caching_with_rails.html
respond to the standard Rails cache API, described on
Creates a new bulk cache fetcher, backed by +cache+. Cache must
def initialize(cache)
  @cache = cache
end