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

public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])

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

Source

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

public long increment ([string $keyName], [mixed $value]) Increment of given $keyName by $value

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