module ZohoInvoiceResource::CachedResourcePatch

Public Instance Methods

expire_cache() click to toggle source
# File lib/zoho_invoice_resource/cached_resource_patch.rb, line 23
def expire_cache
  # TODO: 本当は個別に削除したい
  # self.send(:update_singles_cache, self) して collectionのを削除するとか。
  self.class.clear_cache
end