From ad4dca8308c950da8f56abc820378177dac31e63 Mon Sep 17 00:00:00 2001 From: Cam Spiers Date: Thu, 11 Sep 2014 10:37:49 +1200 Subject: [PATCH] Update features list to include the cache_include syntax --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8997f00..2343766 100644 --- a/README.md +++ b/README.md @@ -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