instance method
clear_cache
Ruby on Rails 7.0.10
Since v7.0.10 Last seen in v7.0.10 PrivateSignature
clear_cache()
No documentation comment.
Source
# File actionview/lib/action_view/cache_expiry.rb, line 25
def clear_cache
@execution_lock.with_write_lock do
ActionView::LookupContext::DetailsKey.clear
end
end
Defined in actionview/lib/action_view/cache_expiry.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::CacheExpiry::Executor