Split TemplateLoader's cache business into another interface and class.
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 29 May 2013 02:45:22 +0000 (22:45 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 29 May 2013 02:49:03 +0000 (22:49 -0400)
commite24c37c3199f0bb727d326449edc83e1ed896ee9
treec17be52c93ff344ca063c8ec9552b947f7014968
parentee6eaddb3200636a1fcfe8909874ead6cdafbf2f
Split TemplateLoader's cache business into another interface and class.

This creates the CacheBackend interface, which will allow for a database cache,
and one concrete implementation FileCacheBackend. This implementation implements
the existing TemplateLoader cache behavior.
CHANGES
testing/tests/views/file_cache_backend_test.php [new file with mode: 0644]
testing/tests/views/template_loader_test.php
views/cache_backend.php [new file with mode: 0644]
views/file_cache_backend.php [new file with mode: 0644]
views/template_loader.php