1 | <?php |
||
20 | class Cache extends Base |
||
21 | { |
||
22 | /** |
||
23 | * Clears the cache after deleting the item |
||
24 | * |
||
25 | * @return string|null admin output to display or null for redirecting to the list |
||
26 | */ |
||
27 | public function delete() |
||
42 | |||
43 | |||
44 | /** |
||
45 | * Clears the cache after saving the item |
||
46 | * |
||
47 | * @return string|null admin output to display or null for redirecting to the list |
||
48 | */ |
||
49 | public function save() |
||
62 | } |
||
63 |