module Typhoeus::Response::Cacheable
Attributes
Set the cache status, if we got response from cache it will have cached? == true
Public Instance Methods
Source
# File lib/typhoeus/response/cacheable.rb, line 9 def cached? defined?(@cached) ? !!@cached : false end