mini\Mini\ApcuDrivers\ApcuDriverInterface abstract interface

Documentation

Documentation missing - No docblock found for this class.

Methods (14)

apcu_add(string $key, mixed $var, int $ttl = 0): bool

apcu_cache_info(bool $limited = false): array|false

apcu_cas(string $key, int $old, int $new): bool

apcu_clear_cache(): bool

apcu_dec(string $key, int $step = 1, bool &$success = ?, int $ttl = 0): int|false

apcu_delete(mixed $key): mixed

apcu_enabled(): bool

apcu_entry(string $key, callable $callback, int $ttl = 0): mixed

apcu_exists(string|array $keys): bool|array

apcu_fetch(mixed $key, bool &$success = ?): mixed

apcu_inc(string $key, int $step = 1, bool &$success = ?, int $ttl = 0): int|false

apcu_key_info(string $key): ?array

apcu_sma_info(bool $limited = false): array|false

apcu_store(string $key, mixed $var, int $ttl = 0): bool

Source

src/Mini/ApcuDrivers/ApcuDriverInterface.php:4-120