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

Public Member Functions

def __init__ (self)
 
def __add__ (self, __object)
 
int size (self)
 
def get (self, name)
 

Public Attributes

 solvent
 

Detailed Description

Definition at line 53 of file Cache.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.work.Cache.PojoContainer.__init__ (   self)

Definition at line 54 of file Cache.py.

Member Function Documentation

◆ __add__()

def aestate.work.Cache.PojoContainer.__add__ (   self,
  __object 
)

Definition at line 57 of file Cache.py.

◆ get()

def aestate.work.Cache.PojoContainer.get (   self,
  name 
)

Definition at line 64 of file Cache.py.

◆ size()

int aestate.work.Cache.PojoContainer.size (   self)

Definition at line 61 of file Cache.py.

Member Data Documentation

◆ solvent

aestate.work.Cache.PojoContainer.solvent

Definition at line 55 of file Cache.py.


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