Cache\Frontend\Base64::getLifetime
  • References/PHP/Phalcon/Cache/Frontend/Base64

public getLifetime () Returns the cache lifetime

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

extends abstract class Phalcon\Cache\Backend

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\Frontend\Msgpack::afterRetrieve
  • References/PHP/Phalcon/Cache/Frontend/Msgpack

public afterRetrieve (mixed $data) Unserializes data after retrieval

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

abstract public delete (mixed $keyName) ...

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

public string beforeStore (mixed $data) Serializes data before storing them

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

public flush () Flush all backend(s)

2025-01-10 15:47:30