> Hi, I'm creating a few DTML Documents from a python script. > I have a Ram Cache Manager in the root that I'd like to > associate this new document with. How do I do that from python? Something like this is what you want to do: mydoc.ZCacheable_setManagerId(manager_id="myRAMCacheMgr")