Module: ZohoInvoiceResource::CachedResourcePatch

Extended by:
ActiveSupport::Concern
Defined in:
lib/zoho_invoice_resource/cached_resource_patch.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#expire_cacheObject



23
24
25
26
27
# 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