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\BackendInterface::queryKeys
  • References/PHP/Phalcon/Cache/BackendInterface

abstract public queryKeys ([mixed $prefix]) ...

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

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

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

abstract public afterRetrieve (mixed $data) ...

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

extends class Phalcon\Cache\Frontend\Data

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

public boolean exists ([string | int $keyName], [long $lifetime]) Checks if cache exists

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

abstract public getOptions () ...

2025-01-10 15:47:30