Cache\Backend\File::getKey
  • References/PHP/Phalcon/Cache/Backend/File

public getKey (mixed $key) Return a file-system safe identifier for a given key

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

public getLifetime () Returns cache lifetime, always one second expiring content

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

public stop () Stops output frontend

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

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

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

abstract public getOptions () ...

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

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

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

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

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

abstract public setLastKey (mixed $lastKey) ...

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

Source

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

public mixed get (string | int $keyName, [long $lifetime]) Returns a cached content reading

2025-01-10 15:47:30