| 1 | <?php |
||
| 7 | class EloquentCache implements IEloquentCache |
||
| 8 | { |
||
| 9 | private $cachedAttributes = []; |
||
| 10 | |||
| 11 | public function get(): IEloquent |
||
| 15 | |||
| 16 | public function put(IEloquent $model, array $cachedAttributes = []) |
||
| 20 | |||
| 21 | public function getCachedAttributes(): array |
||
| 25 | |||
| 26 | public function addCachedAtributes(array $cachedAttributes) |
||
| 30 | } |