From f91fadd00cad5531d30ce2e73bb7647c68c4b9c0 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Sun, 19 Apr 2015 20:51:46 -0400 Subject: [PATCH] Not all cache drivers are explicitly documented. --- docs/en/reference/caching.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/reference/caching.rst b/docs/en/reference/caching.rst index ab8219882..d604f3313 100644 --- a/docs/en/reference/caching.rst +++ b/docs/en/reference/caching.rst @@ -41,6 +41,10 @@ drivers do the raw interaction with the cache implementation and the ``AbstractCache`` can build custom functionality on top of these methods. +This documentation does not cover every single cache driver included +with Doctrine. For an up-to-date-list, see the +`cache directory on GitHub `. + APC ~~~