13 Oct
2004
13 Oct
'04
7:52 a.m.
On Oct 13, 2004, at 9:40, Choo Zhi Min wrote:
Hi,
I have some python scipts in the skins directory of my custom zope product. They only have Customize and Test tabs, but no Cache tab. How to cache them like other python scripts that exist in ZMI?
You cannot directly cache the file system scripts using the ZCacheable mechanism, unless you "customize" them so they become "real" Python scripts. The FSPythonScript class does not mix in the ZCacheable mixin class that provides cacheability, only the standard PythonScript class does. jens