Package gavo :: Package base :: Module caches :: Class CacheRegistry
[frames] | no frames]

Class CacheRegistry

source code

is a registry for caches kept to be able to clear them.

A cache is assumed to be a dicitonary here.

Instance Methods
 
__init__(self) source code
 
clearall(self) source code
 
clearForName(self, key) source code
 
register(self, cache) source code