Skip to content

Commit

Permalink
mention how to disable the routing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 24, 2012
1 parent 6c2cf63 commit 386f7b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Mojolicious/Routes.pm
Expand Up @@ -321,6 +321,9 @@ L<Mojolicious::Controller> and L<Mojo>.
Routing cache, defaults to a L<Mojo::Cache> object.
# Disable caching
$r->cache(0);
=head2 C<conditions>
my $conditions = $r->conditions;
Expand Down

0 comments on commit 386f7b9

Please sign in to comment.