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

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

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

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

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

public serialize () Required for interface \Serializable

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

abstract public getOptions () ...

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

public stop () Stops output frontend

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

public get (mixed $keyName, [mixed $lifetime]) Returns a cached content

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

Source

2025-01-10 15:47:30