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

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

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

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

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

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

public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value

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

public setOptions (mixed $options) ...

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

public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname

2025-01-10 15:47:30