method
clear_cache!
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Routes
clear_cache!()private
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 69
def clear_cache!
@ast = nil
@partitioned_routes = nil
@simulator = nil
end