- Full name:
\App\Domain\Content\Services\ContentCache
Methods
update
Update user caches.
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$content |
\App\Domain\Content\Model\Content|array | Content object or content array to be cached. |
clean
Clean user caches.
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$content |
\App\Domain\Content\Model\Content|array | Content object or content array to be cleaned from the cache. |