From: Lynn Floyd Date: Thu, 10 Sep 2015 18:13:44 +0000 (-0400) Subject: Docs: Link in catalog to clear Added Content cache X-Git-Tag: sprint4-merge-nov22~1050 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8626fb057c4691f3c803c68fd52a717175671741;p=working%2FEvergreen.git Docs: Link in catalog to clear Added Content cache Signed-off-by: Yamil Suarez --- diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt index a2a0ca2147..6048ae4dfb 100644 --- a/docs/admin_initial_setup/designing_your_catalog.txt +++ b/docs/admin_initial_setup/designing_your_catalog.txt @@ -545,6 +545,26 @@ points to the Syndetic service: For changes to be activated for your public interface you will need to restart Evergreen and Apache. + +Clear External/Added Content Cache +---------------------------------- + +On the catalog’s record summary page, there is a link for staff that will forcibly clear +the cache of the Added Content for that record. This is helpful for when the Added Content +retrieved the wrong cover jacket art, summary, etc. and caches the wrong result. + +image::media/clear-added-content-cache-1.png[Clear Cache Link] + +Once clicked, there is a pop up that will display what was cleared from the cache. + +image::media/clear-added-content-cache-2.jpg[Example Popup] + +You will need to reload the record in the staff client to obtain the new images from your +Added Content Supplier. + + + + Including Locally Hosted Content in Your Public Interface --------------------------------------------------------- diff --git a/docs/media/clear-added-content-cache-1.png b/docs/media/clear-added-content-cache-1.png new file mode 100644 index 0000000000..14f32e49ff Binary files /dev/null and b/docs/media/clear-added-content-cache-1.png differ diff --git a/docs/media/clear-added-content-cache-2.jpg b/docs/media/clear-added-content-cache-2.jpg new file mode 100644 index 0000000000..ec154836aa Binary files /dev/null and b/docs/media/clear-added-content-cache-2.jpg differ