Panda3D
|
Public Member Functions | |
def | __init__ |
def | cache |
def | checkCache |
def | contains |
def | delete |
def | flush |
def | isEmpty |
def | retrieve |
def | turnOff |
def | turnOn |
Public Attributes | |
dict | |
fifo | |
maxCacheItems | |
storedCacheItems | |
storedMaxCache | |
Static Public Attributes | |
tuple | notify = DirectNotifyGlobal.directNotify.newCategory("CRCache") |
def __init__ | ( | self, | |
maxCacheItems = 10 |
|||
) |
def cache | ( | self, | |
distObj | |||
) |
def checkCache | ( | self | ) |
def contains | ( | self, | |
doId | |||
) |
def delete | ( | self, | |
doId | |||
) |
def flush | ( | self | ) |
Delete each item in the cache then clear all references to them
def isEmpty | ( | self | ) |
def retrieve | ( | self, | |
doId | |||
) |
def turnOff | ( | self | ) |
def turnOn | ( | self | ) |
tuple notify = DirectNotifyGlobal.directNotify.newCategory("CRCache") [static] |