module ArCache::ActiveRecord::Persistence

Public Instance Methods

reload(...) click to toggle source
Calls superclass method
# File lib/ar_cache/active_record/persistence.rb, line 27
def reload(...)
  ArCache.skip_cache { super }
end