[Zope] Re: Cache Manager scope

Jens Vagelpohl jens@zope.com
Tue, 18 Feb 2003 15:05:26 -0500


if you want to be more granular than what the "Associate" tab gives you 
then you'll probably have to create an external method or python script 
that can seek out and associate the desired objects with the cache 
managers.

jens


On Tuesday, Feb 18, 2003, at 14:32 US/Eastern, Josef Meile wrote:

>> there is no built-in scope - you must explicitly assign items to the
>> cache manager instance. you can do it using the "Cache" tab on the
>> object you want to cache or the "Associate" tab on the cache manager
>> itself. this will become very obvious when you instantiate the cache
>> manager and look at it.
> Yes, I know how it works. The problem is that I have lots of folders 
> and
> selecting/discarting the objects on each one would take a long time. It
> would
> be easier if I could just say that I don't want to scan one or more
> subfolders,
> but I want to go through the rest.