asm89 / twig-cache-extension

The missing cache extension for Twig. Caching template fragments with Twig.
MIT License
388 stars 27 forks source link

Allow use variables and expressions as cache key #26

Closed Koc closed 9 years ago

Koc commented 9 years ago

Currently only strings are supported

{% cache cacheKey cacheKeyItems %}
{% endcache %}
asm89 commented 9 years ago

@Koc where do you have problems? It should support expressions annotation_expression.twig.

Koc commented 9 years ago

Looks like I'm using outdated version. Will check this

asm89 commented 9 years ago

Does it work as expected now?

Koc commented 9 years ago

Yes, thank you.