Cache\Backend\Apc::queryKeys
  • References/PHP/Phalcon/Cache/Backend/Apc

public array queryKeys ([string $prefix]) Query the existing cached keys

2025-01-10 15:47:30
Cache\Backend::setOptions
  • References/PHP/Phalcon/Cache/Backend

public setOptions (mixed $options) ...

2025-01-10 15:47:30
Cache\Backend\File::increment
  • References/PHP/Phalcon/Cache/Backend/File

public mixed increment ([string | int $keyName], [int $value]) Increment of a given key

2025-01-10 15:47:30
Cache\Backend\File::delete
  • References/PHP/Phalcon/Cache/Backend/File

public boolean delete (int | string $keyName) Deletes a value from the cache by its key

2025-01-10 15:47:30
Cache\Backend\Libmemcached::queryKeys
  • References/PHP/Phalcon/Cache/Backend/Libmemcached

public array queryKeys ([string $prefix]) Query the existing cached keys

2025-01-10 15:47:30
Cache\Backend\Memcache::addServers
  • References/PHP/Phalcon/Cache/Backend/Memcache

public addServers (mixed $host, mixed $port, [mixed $persistent]) Add servers to memcache pool

2025-01-10 15:47:30
Cache\Backend\Redis::delete
  • References/PHP/Phalcon/Cache/Backend/Redis

public delete (int | string $keyName) Deletes a value from the cache by its key

2025-01-10 15:47:30
Cache\Backend\Libmemcached::delete
  • References/PHP/Phalcon/Cache/Backend/Libmemcached

public boolean delete (int | string $keyName) Deletes a value from the cache by its key

2025-01-10 15:47:30
Cache\Backend::start
  • References/PHP/Phalcon/Cache/Backend

public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname

2025-01-10 15:47:30
Cache\Backend\File::exists
  • References/PHP/Phalcon/Cache/Backend/File

public boolean exists ([string | int $keyName], [int $lifetime]) Checks if cache exists

2025-01-10 15:47:30