Class representing a LMIShell cache.
| Parameters: |
|
|---|
Stores a new CIMClass object into the cache.
| Parameters: | cim_class (CIMClass) – CIMClass object |
|---|
Stores a new pair classname : superclassname into the cache.
| Parameters: |
|
|---|
| Parameters: | classname (string) – cached class name |
|---|---|
| Returns: | cached CIMClass object, if proper class name provided, None otherwise |
| Parameters: |
|
|---|---|
| Returns: | cached superclass to the given class name |
| Return type: | string |