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

public getFrontend () ...

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

abstract public setLastKey (mixed $lastKey) ...

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

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

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

extends abstract class Phalcon\Cache\Backend

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

extends abstract class Phalcon\Cache\Backend

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