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

Fixed WARNING: Title underline too short

This commit is contained in:
Ilya Rogov 2015-07-24 11:09:33 +03:00
parent bb8f1c77cc
commit f10f4b7c52
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ driver by itself.
$cacheDriver->save('cache_id', 'my_data');
Memcached
~~~~~~~~
~~~~~~~~~
Memcached is a more recent and complete alternative extension to
Memcache.

View File

@ -149,7 +149,7 @@ Caching mode
Built-in cached persisters
~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
Cached persisters are responsible to access cache regions.
@ -619,7 +619,7 @@ Execute the ``UPDATE`` and invalidate ``a specific cache entry`` using the cache
$em->getCache()->evictEntity('Entity\Country', 1);
Using the repository query cache
---------------------
--------------------------------
As well as ``Query Cache`` all persister queries store only identifier values for an individual query.
All persister use a single timestamps cache region keeps track of the last update for each persister,