Cache\Frontend\Json::getContent
  • References/PHP/Phalcon/Cache/Frontend/Json

public string getContent () Returns output cached content

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

abstract public getLastKey () ...

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

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

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

public getLifetime () Returns the cache lifetime

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

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

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

public getOptions () ...

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

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

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

abstract public isFresh () ...

2025-01-10 15:47:30