Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to turn off LSDS .NET caching?
GRD
How do I turn off all caching in LSDS .NET?
-Greg
Find more posts tagged with
Comments
GRD
I figured this out. It involves uncommenting the Interwoven.Livesite.Runtime.ByPassVPP key in Context.config, and commenting out the runtime.cache.CacheConfiguration.MemoryCache bean in dotnet-resource-config.xml. Instructions are in those files.
Furthermore, to disable JCS caching, set all of these to zero in cache.ccf:
jcs.region.component.cacheattributes.MaxObjects=0
jcs.region.page.cacheattributes.MaxObjects=0
jcs.region.stylesheet.cacheattributes.MaxObjects=0
jcs.region.rulesenginevalues.cacheattributes.MaxObjects=0
-Greg