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 ~~~