20 Apr
2004
20 Apr
'04
5:35 p.m.
Ausum Studio said:
You can keep data in memory by applying a RAM cache to the object that contains or generates it. This is one way to keep resource lists and dictionaries 'on air'.
Is there a way, from a Python script to just add python objects to a container? For example, a list of strings to a folder? I looked in the API for Folder, (and then Content Manager), and saw that one can only add content by adding products. So, does that mean that arbitrary data can't be stored and retrieved from containers (like temp_folder)? Robb