From 177c48107d0cbb73f1e8aa9e68d5d78dc375de0b Mon Sep 17 00:00:00 2001 From: Baptiste Lafontaine Date: Mon, 19 Jun 2017 13:31:10 +0200 Subject: [PATCH] Fix links to api doc --- docs/en/reference/second-level-cache.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/reference/second-level-cache.rst b/docs/en/reference/second-level-cache.rst index b55376561..62cc5d14f 100644 --- a/docs/en/reference/second-level-cache.rst +++ b/docs/en/reference/second-level-cache.rst @@ -97,7 +97,7 @@ Defines a contract for accessing a particular region. Defines a contract for accessing a particular cache region. -`See API Doc `_. +`See API Doc `_. Concurrent cache region ~~~~~~~~~~~~~~~~~~~~~~~ @@ -111,7 +111,7 @@ If you want to use an ``READ_WRITE`` cache, you should consider providing your o Defines contract for concurrently managed data region. -`See API Doc `_. +`See API Doc `_. Timestamp region ~~~~~~~~~~~~~~~~ @@ -120,7 +120,7 @@ Timestamp region Tracks the timestamps of the most recent updates to particular entity. -`See API Doc `_. +`See API Doc `_. .. _reference-second-level-cache-mode: @@ -209,7 +209,7 @@ It allows you to provide a specific implementation of the following components : * ``EntityHydrator`` Transform an entity into a cache entry and cache entry into entities * ``CollectionHydrator`` Transform a collection into a cache entry and cache entry into collection -`See API Doc `_. +`See API Doc `_. Region Lifetime ~~~~~~~~~~~~~~~ @@ -270,7 +270,7 @@ By providing a cache logger you should be able to get information about all cach If you want to get more information you should implement ``\Doctrine\ORM\Cache\Logging\CacheLogger``. and collect all information you want. -`See API Doc `_. +`See API Doc `_. Entity cache definition