# File lib/innate/cache.rb, line 129
    def store(key, value, options = {})
      instance.cache_store(key, value, options)
    end