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
Cache\Backend\Mongo::delete
  • References/PHP/Phalcon/Cache/Backend/Mongo

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

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

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

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

public start () Starts output frontend. Actually, does nothing

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

extends abstract class Phalcon\Cache\Backend

2025-01-10 15:47:30