Caches?

I’ve noticed typo always says “There are 0 entries in the cache”. What
situations should cause generation of cached info?

mathew

Hmm. The cache counter is probably broken. There isn’t an easy wayto
count entries in the fragment cache, so we might want to just dropthat
number from the page.
Alternately, we could do something like find $CACHEDIR | wc, but
Idoubt it’s worth the effort.

Scott
On 4/7/06, mathew [email protected] wrote:> I’ve noticed typo always says
“There are 0 entries in the cache”. What> situations should cause
generation of cached info?>>> mathew>
_______________________________________________> Typo-list mailing list>
[email protected]>
http://rubyforge.org/mailman/listinfo/typo-list>

FYI: It still shows a number if you are using caches_page instead of
the
caches_action_with_params. On TXD this makes for a huge reduction in
the
memory used by Typo.

It also breaks some assumptions we’ve started making since switching
to fragment caching, such as expiring caches.