class method
self.supports_cache_versioning?
Ruby on Rails 7.1.6
Since v6.0.6Signature
self.supports_cache_versioning?()
Advertise cache versioning support.
Source
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 63
def self.supports_cache_versioning?
true
end
Defined in activesupport/lib/active_support/cache/redis_cache_store.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::RedisCacheStore