direct.distributed.CRCache

from direct.distributed.CRCache import CRCache

CRCache module: contains the CRCache class

Inheritance diagram

Inheritance diagram of direct.distributed.CRCache

class CRCache(maxCacheItems=10)[source]

Bases: object

__init__(self, maxCacheItems=10)[source]
cache(self, distObj)[source]
checkCache(self)[source]
contains(self, doId)[source]
delete(self, doId)[source]
flush(self)[source]

Delete each item in the cache then clear all references to them

isEmpty(self)[source]
notify = <direct.directnotify.Notifier.Notifier object>
retrieve(self, doId)[source]
turnOff(self)[source]
turnOn(self)[source]