class method
self.supports_cache_versioning?
Ruby on Rails edge
Since edgeSignature
self.supports_cache_versioning?()
Advertise cache versioning support.
Source
# File activesupport/lib/active_support/cache/deprecated_redis_cache_store.rb, line 68
def self.supports_cache_versioning?
true
end
Defined in activesupport/lib/active_support/cache/deprecated_redis_cache_store.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub