Reputation: 86
When using the Sitecore Cache Admin tool (.../sitecore/admin/cache.aspx) to view the caches I have Standard holders listed. What is the purpose of that particular cache and more important, how do I change the size of that cache.
The Sitecore version is 5.3.2 (rev. 090317).
Upvotes: 0
Views: 427
Reputation: 86
I got the answer from Sitecore Support:
The cache is used by Log, Theme and Language providers.
To change the cache size value just add the following setting to the web.config file:
<setting name="Caching.SmallCacheSize" value="200KB"/>
Upvotes: 1
Reputation: 2395
It's been a while since I worked in Sitecore 5.3, but I don't recall there ever being a 'Standard holders' cache. You may need to check your code for use of a custom cache named 'Standard Holders'.
Upvotes: 0
Reputation: 2271
Not quite sure if this is what you are asking for, but there are ways to adjust the cache sizes, you can find them here:
http://sdn.sitecore.net/Articles/Administration/Sitecore%20Performance/Caching/Cache%20Sizing.aspx
if this isn't what you were looking for, please do say so.
Upvotes: 0