...
The DigizuiteMediaCache is where everything, except videos, is saved. Below is a flow chart how it works when requesting media from the DFS mediahandler.
The cache location is configurable and is located in DFS.Settings.config.
Code Block | ||
---|---|---|
| ||
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> <sitecore> <settings> <!-- Path to DAM For Sitecore MediaCache. The following is supported: -UNC (\\server\example\cahcepath) -Full path (C:\example\cachepath) -Relative path (/App_Data/cachepath) --> <setting name="DFS.CacheLocation" value="/App_Data/DigizuiteMediaCache"/> </settings> </sitecore> </configuration> |
...