Cache\Frontend\Igbinary
  • References/PHP/Phalcon/Cache/Frontend/Igbinary

extends class Phalcon\Cache\Frontend\Data

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

public string getContent () Returns output cached content

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

abstract public exists ([mixed $keyName], [mixed $lifetime]) ...

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

implements Phalcon\Cache\FrontendInterface

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

public flush () Immediately invalidates all existing items.

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

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

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

public push (Phalcon\Cache\BackendInterface

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

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

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

public getLifetime () Returns the cache lifetime

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

public unserialize (mixed $data) Required for interface \Serializable

2025-01-10 15:47:30