Hello,
Prelim: Zope 2.5.0 tar on Redhat Linux 7.2
I have a simple setup, A list of
‘Herbs’ in a folder.
Each ‘Herb’ is a Zclass, has only a property
sheet and an index_html method with which to display itself.
The ‘Herb’ Product was created via the
‘Add Product’ interface and is not a Zope-wrapped hand-written
python class.
The index_html is a page template and calls a main template.
This is only slightly expensive but I wish to cache the result of each.
However, I cannot get the RamCacheManager to recognize the existence of any of
either my ‘Herb’ meta-class or it’s index_html function as
cacheable.
The Herb class does have the ‘Change cache
settings’ Security Permission Set.
I’m asking How I get a Zclass I created to have a Ram
Cacheable index_html method?
Is the page template
and the index_html somehow confusing the RamCacheManager?
Perhaps I am a moron and am attempting to something it was
not meant for, but I cannot seem to prove that I shouldn’t be trying, so
I will continue.
-Dan