Cache Manager

ASPAlliance Cache Manager Plug In for ASP.NET allows you to easily manage the cache for your ASP.NET application.

Cache Manager : Display Cache Item

Display Cache Item
DELETE ITEM

Cache Item

Cache Item Key: umbracoSettingsFile
The outer xml tags are a result of the Xml serialization used to render the item

<?xml version="1.0" encoding="utf-16"?> <settings> <content> <imaging> <!-- what file extension that should cause umbraco to create thumbnails --> <imageFileTypes>jpeg,jpg,gif,bmp,png,tiff,tif</imageFileTypes> <!-- what attributes that are allowed in the editor on an img tag --> <allowedAttributes>alt,border,class,style,align,id,name,onclick,usemap</allowedAttributes> </imaging> <scripteditor> <!-- Path to script folder - no ending "/" --> <scriptFolderPath>/scripts</scriptFolderPath> <!-- what files can be opened/created in the script editor --> <scriptFileTypes>js,xml</scriptFileTypes> <!-- disable the codepress editor and use a simple textarea instead --> <!-- note! codepress editor always disabled in IE due to automatic hyperlinking "feature" in contenteditable areas --> <scriptDisableEditor>false</scriptDisableEditor> </scripteditor> <!-- should umbraco store the uploaded files like /media/xxx/filename.ext or like /media/xxx-filename.ext should be set to false if the aspnet account hasn't got readrights of the driveroot up to the /media directory --> <UploadAllowDirectories>True</UploadAllowDirectories> <errors> <!-- the id of the page that should be shown if the page is not found --> <!-- <errorPage culture="default">1</errorPage>--> <!-- <errorPage culture="en-US">200</errorPage>--> <error404>6962</error404> </errors> <notifications> <!-- the email that should be used as from mail when umbraco sends a notification --> <email>your@email.here</email> </notifications> <!-- if true umbraco will ensure that no page under the same parent has an identical name --> <ensureUniqueNaming>True</ensureUniqueNaming> <!-- lowercase, either 'gif' or 'png' --> <graphicHeadlineFormat>gif</graphicHeadlineFormat> <!-- clean editor content with use of tidy --> <TidyEditorContent>True</TidyEditorContent> <!-- the encoding type for tidy. Default is UTF8, options are ASCII, Raw, Latin1, UTF8, ISO2022, MacroMan--> <TidyCharEncoding>UTF8</TidyCharEncoding> <!-- to enable new content schema, this needs to be false --> <UseLegacyXmlSchema>false</UseLegacyXmlSchema> <!-- Whether to force safe aliases (no spaces, no special characters) at businesslogic level on contenttypes and propertytypes --> <!-- HIGHLY recommend to keep this to true to ensure valid and beautiful XML Schemas --> <ForceSafeAliases>true</ForceSafeAliases> <!-- Enable / disable xml content cache --> <XmlCacheEnabled>True</XmlCacheEnabled> <!-- Update disk cache every time content has changed --> <ContinouslyUpdateXmlDiskCache>True</ContinouslyUpdateXmlDiskCache> <!-- Show the /config/splashes/booting.aspx page while initializing content --> <EnableSplashWhileLoading>False</EnableSplashWhileLoading> <!-- Show property descriptions in editing view "icon|text|none" --> <PropertyContextHelpOption>text</PropertyContextHelpOption> <!-- The html injected into a (x)html page if Umbraco is running in preview mode --> <PreviewBadge><![CDATA[<a id="umbracoPreviewBadge" style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px; background: url('{1}/preview/previewModeBadge.png') no-repeat;" href="{0}/endPreview.aspx?redir={2}"><span style="display:none;">In Preview Mode - click to end</span></a>]]></PreviewBadge> <!-- Cache cycle of Media and Member data fetched from the umbraco.library methods --> <!-- In seconds. 0 will disable cache --> <UmbracoLibraryCacheDuration>1800</UmbracoLibraryCacheDuration> </content> <requestHandler> <!-- this will ensure that urls are unique when running with multiple root nodes --> <useDomainPrefixes>false</useDomainPrefixes> <!-- this will add a trailing slash (/) to urls when in directory url mode --> <addTrailingSlash>true</addTrailingSlash> <urlReplacing removeDoubleDashes="true"> <char org=",">-</char> <char org="("> </char> <char org=")"> </char> <char org="{"> </char> <char org="}"> </char> <char org="["> </char> <char org="]"> </char> <char org="*"> </char> <char org="@"> </char> <char org="!"> </char> <char org="/"> </char> <char org="\"> </char> <char org="?"> </char> <char org=";"> </char> <char org="."> </char> <char org=":"> </char> <char org="|"> </char> <char org="&amp;"> </char> <char org="&quot;"> </char> <char org="."> </char> <char org=" ">-</char> <char org="'"> </char> <char org="&gt;"> </char> <char org="&lt;"> </char> <char org="¡">i</char> <char org="¢"> </char> <char org="£">GBP</char> <char org="¤"> </char> <char org="¥">YEN</char> <char org="¦"> </char> <char org="§"> </char> <char org="¨"> </char> <char org="©">C</char> <char org="ª">a</char> <char org="«"> </char> <char org="¬"> </char> <char org="®">R</char> <char org="°">nr</char> <char org="±"> </char> <char org="²">2</char> <char org="³">3</char> <char org="´"> </char> <char org="µ">pi</char> <char org="¶"> </char> <char org="·"> </char> <char org="¹">1</char> <char org="º"> </char> <char org="»"> </char> <char org="¼"> </char> <char org="½"> </char> <char org="¾"> </char> <char org="¿"> </char> <char org="À">a</char> <char org="Á">a</char> <char org="Â">a</char> <char org="Ã">a</char> <char org="Ä">a</char> <char org="Å">a</char> <char org="Æ">ae</char> <char org="Ç">c</char> <char org="È">e</char> <char org="É">e</char> <char org="Ê">e</char> <char org="Ë">e</char> <char org="Ì">i</char> <char org="Í">i</char> <char org="Î">i</char> <char org="Ï">i</char> <char org="Ð">eth</char> <char org="Ñ">n</char> <char org="Ò">o</char> <char org="Ó">o</char> <char org="Ô">o</char> <char org="Õ">o</char> <char org="Ö">o</char> <char org="×">x</char> <char org="Ø">0</char> <char org="Ù">u</char> <char org="Ú">u</char> <char org="Û">u</char> <char org="Ü">u</char> <char org="Ý">y</char> <char org="Þ">th</char> <char org="ß">ss</char> <char org="à">a</char> <char org="á">a</char> <char org="â">a</char> <char org="ã">a</char> <char org="ä">a</char> <char org="å">a</char> <char org="æ">ae</char> <char org="ç">c</char> <char org="è">e</char> <char org="é">e</char> <char org="ê">e</char> <char org="ë">e</char> <char org="ì">i</char> <char org="í">i</char> <char org="î">i</char> <char org="ï">i</char> <char org="ð">o</char> <char org="ñ">n</char> <char org="ò">o</char> <char org="ó">o</char> <char org="ô">o</char> <char org="õ">o</char> <char org="ö">o</char> <char org="÷"> </char> <char org="ø">0</char> <char org="ù">u</char> <char org="ú">u</char> <char org="û">u</char> <char org="ü">u</char> <char org="ý">y</char> <char org="þ">th</char> <char org="ÿ">y</char> <char org="Œ">oe</char> <char org="œ">oe</char> <char org="Š">s</char> <char org="š">s</char> <char org="Ÿ">y</char> <char org="ƒ">f</char> <char org="ˆ"> </char> <char org="˜"> </char> <char org="Α">a</char> <char org="Β">b</char> <char org="Γ"> </char> <char org="Δ"> </char> <char org="Ε">e</char> <char org="Ζ">z</char> <char org="Η">h</char> <char org="Θ">o</char> <char org="Ι">i</char> <char org="Κ">k</char> <char org="Λ">d</char> <char org="Μ">m</char> <char org="Ν">n</char> <char org="Ξ">x</char> <char org="Ο">o</char> <char org="Π">pi</char> <char org="Ρ">p</char> <char org="Σ">s</char> <char org="Τ">t</char> <char org="Υ">y</char> <char org="Φ">p</char> <char org="Χ">x</char> <char org="Ψ">psi</char> <char org="Ω">o</char> <char org="α">a</char> <char org="β">b</char> <char org="γ">y</char> <char org="δ">d</char> <char org="ε">e</char> <char org="ζ">z</char> <char org="η">e</char> <char org="θ">t</char> <char org="ι">i</char> <char org="κ">k</char> <char org="λ">l</char> <char org="μ">m</char> <char org="ν">n</char> <char org="ξ">x</char> <char org="ο">o</char> <char org="π">p</char> <char org="ρ">r</char> <char org="ς">s</char> <char org="σ">s</char> <char org="τ">t</char> <char org="υ">u</char> <char org="φ">p</char> <char org="χ">x</char> <char org="ψ">ps</char> <char org="ω">o</char> <char org="ϑ">t</char> <char org="ϒ">y</char> <char org="ϖ">p</char> <char org="–"> </char> <char org="—"> </char> <char org="‘"> </char> <char org="’"> </char> <char org="‚"> </char> <char org="“"> </char> <char org="”"> </char> <char org="„"> </char> <char org="†"> </char> <char org="‡"> </char> <char org="•"> </char> <char org="…"> </char> <char org="‰"> </char> <char org="′"> </char> <char org="″"> </char> <char org="‹"> </char> <char org="›"> </char> <char org="‾"> </char> <char org="⁄"> </char> <char org="€"> </char> <char org="ℑ"> </char> <char org="℘"> </char> <char org="ℜ"> </char> <char org="™"> </char> <char org="ℵ"> </char> <char org="←"> </char> <char org="↑"> </char> <char org="→"> </char> <char org="↓"> </char> <char org="↔"> </char> <char org="↵"> </char> <char org="⇐"> </char> <char org="⇑"> </char> <char org="⇒"> </char> <char org="⇓"> </char> <char org="⇔"> </char> <char org="∀"> </char> <char org="∂"> </char> <char org="∃"> </char> <char org="∅"> </char> <char org="∇"> </char> <char org="∈"> </char> <char org="∉"> </char> <char org="∋"> </char> <char org="∏"> </char> <char org="∑"> </char> <char org="−"> </char> <char org="∗"> </char> <char org="√"> </char> <char org="∝"> </char> <char org="∞"> </char> <char org="∠"> </char> <char org="∧"> </char> <char org="∨"> </char> <char org="∩"> </char> <char org="∪"> </char> <char org="∫"> </char> <char org="∴"> </char> <char org="∼"> </char> <char org="≅"> </char> <char org="≈"> </char> <char org="≠"> </char> <char org="≡"> </char> <char org="≤"> </char> <char org="≥"> </char> <char org="⊂"> </char> <char org="⊃"> </char> <char org="⊄"> </char> <char org="⊆"> </char> <char org="⊇"> </char> <char org="⊕"> </char> <char org="⊗"> </char> <char org="⊥"> </char> <char org="⋅"> </char> <char org="⌈"> </char> <char org="⌉"> </char> <char org="⌊"> </char> <char org="⌋"> </char> <char org="〈"> </char> <char org="〉"> </char> <char org="◊"> </char> <char org="♠"> </char> <char org="♣"> </char> <char org="♥"> </char> <char org="♦"> </char> </urlReplacing> </requestHandler> <templates> <useAspNetMasterPages>true</useAspNetMasterPages> <defaultRenderingEngine>WebForms</defaultRenderingEngine> </templates> <!-- This moves the asp.net viewstate data to the end of the html document instead of having it in the beginning--> <viewstateMoverModule enable="false" /> <logging> <enableLogging>true</enableLogging> <enableAsyncLogging>true</enableAsyncLogging> <disabledLogTypes> <!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> --> </disabledLogTypes> <!-- You can add your own logging tool by implementing the umbraco.BusinessLogic.Interfaces.ILog interface and add the reference here --> <!-- The external logger can also act as the audit trail storage by setting the logAuditTrail attribute to true --> <!--<externalLogger assembly="~/bin/assemblyFileName.dll" type="fully.qualified.namespace.and.type" logAuditTrail="true" /> --> <externalLogger assembly="~/bin/iPro.dll" type="iPro.UmbracoEx.TextLogger" logAuditTrail="true" /> </logging> <scheduledTasks> <!-- add tasks that should be called with an interval (seconds) --> <!-- <task log="true" alias="test60" interval="60" url="http://localhost/umbraco/test.aspx"/> <task log="true" alias="VillaParadeScheduler" interval="3600" url="http://{website-domain}/ipro/webmethod.ashx?methodname=villaparade.task"/> <task log="true" alias="MallorcaFarmhouseScheduler" interval="3600" url="http://{website-domain}/ipro/webmethod.ashx?methodname=MallorcaFarmhouse.task"/> <task log="true" alias="test60" interval="6000" url="http://{website-domain}/ipro/webmethod.ashx?methodName=holidaylettings.task"/> --> </scheduledTasks> <!-- distributed calls make umbraco use webservices to handle cache refreshing --> <distributedCall enable="false"> <!-- the id of the user who's making the calls --> <!-- needed for security, umbraco will automatically look up correct login and passwords --> <user>0</user> <servers> <!-- add ip number or hostname, make sure that it can be reached from all servers --> <!-- <server>127.0.0.1</server>--> </servers> </distributedCall> <!-- configuration for webservices --> <!-- webservices are disabled by default. Set enable="True" to enable them --> <webservices enabled="False"> <!-- You must set user-rights for each service. Enter the usernames seperated with comma (,) --> <documentServiceUsers>your-username</documentServiceUsers> <fileServiceUsers>your-username</fileServiceUsers> <stylesheetServiceUsers>your-username</stylesheetServiceUsers> <memberServiceUsers>your-username</memberServiceUsers> <templateServiceUsers>your-username</templateServiceUsers> <!-- type of files (extensions) that are allowed for the file service --> <fileServiceFolders>css,xslt</fileServiceFolders> </webservices> <!-- Configuration for repositories --> <!-- Add or remove repositories here. You will need the repository's unique key to be able to connect to it.--> <repositories> <repository name="Umbraco package Repository" guid="65194810-1f85-11dd-bd0b-0800200c9a66" /> </repositories> <providers> <users> <!-- if you wish to use your own membershipprovider for authenticating to the umbraco back office --> <!-- specify it here (remember to add it to the web.config as well) --> <DefaultBackofficeProvider>UsersMembershipProvider</DefaultBackofficeProvider> </users> </providers> <!-- Maps language, usertype, application and application_url to help pages --> <help defaultUrl="http://our.umbraco.org/wiki/umbraco-help/{0}/{1}"> <!-- Add links that should open custom help pages --> <!--<link application="content" applicationUrl="dashboard.aspx" language="en" userType="Administrators" helpUrl="http://www.xyz.no?{0}/{1}/{2}/{3}" /> --> </help> </settings>