Module: LastModCache
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/last_mod_cache.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods, RelationCache Classes: Proxy
Constant Summary collapse
- DYNAMIC_FINDER_METHOD_PATTERN =
/^find_(all_)?by_(.+)_with_cache$/
- ASSOCIATION_WITH_CACHE_PATTERN =
/^(.+)_with_cache$/