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

public stop () Stops output frontend

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

public getLifetime () Returns the cache lifetime

2025-01-10 15:47:30