AbstractCache
- Full name:
\PhalconKit\Mvc\Controller\Traits\Abstracts\Query\AbstractCache
Methods
initializeCacheConfig
public initializeCacheConfig(): void
initializeCacheKey
public initializeCacheKey(): void
initializeCacheLifetime
public initializeCacheLifetime(): void
setCacheKey
public setCacheKey(?string $cacheKey): void
- This method is abstract. Parameters:
| Parameter | Type | Description |
$cacheKey | ?string | |
getCacheKey
public getCacheKey(): ?string
setCacheLifetime
public setCacheLifetime(?int $cacheLifetime): void
- This method is abstract. Parameters:
| Parameter | Type | Description |
$cacheLifetime | ?int | |
getCacheLifetime
public getCacheLifetime(): ?int
setCacheConfig
public setCacheConfig(?\Phalcon\Support\Collection $cacheConfig): void
- This method is abstract. Parameters:
| Parameter | Type | Description |
$cacheConfig | ?\Phalcon\Support\Collection | |
getCacheConfig
public getCacheConfig(): ?\Phalcon\Support\Collection