Cache\Backend::getFrontend
  • References/PHP/Phalcon/Cache/Backend

public getFrontend () ...

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

public getLifetime () Returns the cache lifetime

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

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

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

abstract public afterRetrieve (mixed $data) ...

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

public mixed decrement ([string $keyName], [long $value]) Decrement of a given key, by number $value

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

public unserialize (mixed $data) Required for interface \Serializable

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

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

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

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

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

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

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

public isBuffering () Check whether if frontend is buffering output

2025-01-10 15:47:30