# File lib/rabl/cache_engine.rb, line 24
    def write(key, value, options = {})
      if defined?(Rails)
        Rails.cache.write(key, value, options)
      end
    end