docs/api/Opencart.System.Library.Cache.APCU.html
Class APCU
Located at system\library\cache\apcu.php
| Methods |
|---|
| ` |
public
` | `__construct(int $expire = 3600)`
Constructor
Constructor
| # | | `
public
` | `get(string $key): mixed`
Get
Get
| # | | `
public
` | `set(string $key, mixed $value, int $expire = 0): void`
Set
Set
| # | | `
public
` | `delete(string $key): void`
Delete
Delete
| # | | `
public
` | `flush(): bool`
Delete all cache
Delete all cache
| # |
OpenCart API API documentation generated by ApiGen dev-master