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__(maxCacheItems=10)[source]
cache(distObj)[source]
checkCache()[source]
contains(doId)[source]
delete(doId)[source]
flush()[source]

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

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