Aestate
Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
aestate.work.Cache.PojoManage Class Reference
Collaboration diagram for aestate.work.Cache.PojoManage:
Collaboration graph

Public Member Functions

def append (self, type _cls_name, _object)
 
def __new__ (cls, *args, **kwargs)
 

Static Public Member Functions

def get (_cls, *args, **kwargs)
 

Static Public Attributes

 pojo_list = PojoContainer()
 

Static Private Attributes

 _instance_lock = threading.RLock()
 

Detailed Description

管理pojo的缓存

Definition at line 78 of file Cache.py.

Member Function Documentation

◆ __new__()

def aestate.work.Cache.PojoManage.__new__ (   cls,
args,
**  kwargs 
)

Definition at line 99 of file Cache.py.

◆ append()

def aestate.work.Cache.PojoManage.append (   self,
type  _cls_name,
  _object 
)

Definition at line 83 of file Cache.py.

Here is the caller graph for this function:

◆ get()

def aestate.work.Cache.PojoManage.get (   _cls,
args,
**  kwargs 
)
static

Definition at line 87 of file Cache.py.

Member Data Documentation

◆ _instance_lock

aestate.work.Cache.PojoManage._instance_lock = threading.RLock()
staticprivate

Definition at line 80 of file Cache.py.

◆ pojo_list

aestate.work.Cache.PojoManage.pojo_list = PojoContainer()
static

Definition at line 81 of file Cache.py.


The documentation for this class was generated from the following file: