Module: IdentityCache::CacheInvalidation

Defined in:
lib/identity_cache/cache_invalidation.rb

Constant Summary collapse

CACHE_KEY_NAMES =
[:ids_variable_name, :records_variable_name]

Instance Method Summary collapse

Instance Method Details

#reloadObject



6
7
8
9
# File 'lib/identity_cache/cache_invalidation.rb', line 6

def reload(*)
  clear_cached_associations
  super
end