aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/null_cache.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10972] Add mock null cache.Oleg Pudeyev2012-12-061-0/+42
The mock cache has instrumentation methods and therefore is non-trivial to implement. For those times when we don't care that the cache caches, null cache is a simpler implementation. PHPBB3-10972