ZODB.Architecture.DB.setCacheDeactivateAfter

Parameters
TypeNameDefaultDocumentation
PyIntage Target maximum time without access to objects in the class, in seconds. When the cache is trying to reduce the number of objects to the cache size, objects that haven't been accessed recently are deactivated. The definition of "recently" is a function of the age parameter, the cache size, and the cache target size.