Skip to content

Commit

Permalink
added clear cache to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 24, 2013
1 parent 8f51225 commit 55908cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ JadeTemplate t2 = config.getTemplate("index.jade");
t1.equals(t2) // true
```

You can clear the template and expression cache by calling

```java
config.clearCache();
```

For development mode you can also disable caching completly:

```java
Expand Down

0 comments on commit 55908cd

Please sign in to comment.