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

cache -> cached

This commit is contained in:
chihiro-adachi 2016-10-18 11:54:11 +09:00
parent fb1136cc9a
commit 42c4938a8b

View File

@ -166,7 +166,7 @@ Cached persisters are responsible to access cache regions.
+-----------------------+-------------------------------------------------------------------------------------------+
| READ_WRITE | Doctrine\\ORM\\Cache\\Persister\\Collection\\ReadWriteCachedCollectionPersister |
+-----------------------+-------------------------------------------------------------------------------------------+
| NONSTRICT_READ_WRITE | Doctrine\\ORM\\Cache\\Persister\\Collection\\NonStrictReadWriteCacheCollectionPersister |
| NONSTRICT_READ_WRITE | Doctrine\\ORM\\Cache\\Persister\\Collection\\NonStrictReadWriteCachedCollectionPersister |
+-----------------------+-------------------------------------------------------------------------------------------+
Configuration