Skip to content

Commit

Permalink
Update features list to include the cache_include syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
camspiers committed Sep 10, 2014
1 parent 6c6bbdb commit ad4dca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Template caching based on urls not DB queries.
* Invalidation hooks for when DataObject's are modified
* Uses `doctrine/cache` library, providing many cache backends
* Uses Symfony Expression language for fine-grained invalidation control
* Support for `<% cache_include 'TemplateName' %>` syntax in templates
* Support for `<% cache %><% end_cache %>` syntax in templates
* A full request cache that includes the ability to substitute security tokens
* Highly customisable
Expand Down

0 comments on commit ad4dca8

Please sign in to comment.