## Combined


Combined class inheriting from Base, LogMixin, and CacheMixin.


Usage


``` python
Combined(name)
```


## Parameters


`name: str`  
Instance name.


## Methods

| Name | Description |
|----|----|
| [process()](#process) | Process with logging and caching. |

------------------------------------------------------------------------


#### process()


Process with logging and caching.


Usage


``` python
process()
```


##### Returns


`dict`  
Processing results.
