1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Not all cache drivers are explicitly documented.

This commit is contained in:
Andrew Berry 2015-04-19 20:51:46 -04:00
parent 3d0f44f596
commit f91fadd00c

View File

@ -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 <https://github.com/doctrine/cache/tree/master/lib/Doctrine/Common/Cache>`.
APC
~~~