method
clear_cache
rails latest stable - Class:
ActionView::CacheExpiry::Executor
clear_cache()private
No documentation available.
# 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