class ActiveSupport::Cache::WriteOptions

def expires_in

def expires_in
  @options[:expires_in]
end