Thx for the upgrade hint, but - is caching in 3.6.1 not stable? @Works fine for me. Are you sure that you are NOT testing on author with magnolia.develop = true ?
Yes, i am. @Or that you have NOT disabled cache filter previously? Yes, i am. The cache filter is in the chain - and set to: 1. cacheConfigurationName = default 2. class = info.magnolia.module.cache.filter.CacheFilter I'll try JConsole tomorrow... thx Magnolia - User mailing list-2 wrote: > > On Mon, 2008-10-20 at 06:44 -0700, rainer wrote: >> Hi list, >> >> i am just taking a look the caching in 3.6.1. Maybe you can help me >> understand ;) > > You should upgrade to 3.6.3. > >> i saw that the default setting holds 10000 cache entries in-memory... >> >> In 3.5 i could take a look in the "cache" folder - there the page >> structure >> could be found - and i saw the files that were served. >> >> How can i see, that the cache is working - and which pages are cached? >> Right >> now i can only find two 0 KB files in the cache folder: "default.data" >> and >> "default.index". > > Since 3.6 Magnolia is using ehCache to cache the content on the server > and those 2 files represent ehCache data store, you won't be able to see > the page structure in file system any more. You can enable jmx and use > jconsole to observe the cache. > >> >> Even if i say: "maxElementsInMemory = 1" nothing appears in the cache >> directory (if i request many pages afterwards). > > Works fine for me. Are you sure that you are NOT testing on author with > magnolia.develop = true ? Or that you have NOT disabled cache filter > previously? > Please use jconsole and look at attributes of > net.sf.ehcache.CacheManager to make sure that there are some hits on the > cache. If there are hits you should see the default.data file in cache > directory to grow up. > > Cheers, > Jan > > > ---------------------------------------------------------------- > for list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > ---------------------------------------------------------------- > > -- View this message in context: http://www.nabble.com/%22cache%22-folder-remains-empty-tp20067503p20072903.html Sent from the Magnolia - User mailing list archive at Nabble.com. ---------------------------------------------------------------- for list details see http://www.magnolia-cms.com/home/community/mailing-lists.html ----------------------------------------------------------------
