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

abstract public start () ...

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

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

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

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

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

public isFresh () Checks whether the last cache is fresh or cached

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

extends abstract class Phalcon\Cache\Backend

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

public string getContent () Returns output cached content

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

public setLastKey (mixed $lastKey) ...

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

abstract public save ([mixed $keyName], [mixed $content], [mixed $lifetime], [mixed $stopBuffer])

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

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

2025-01-10 15:47:30