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