Cache\Backend\Memory
  • References/PHP/Phalcon/Cache/Backend/Memory

extends abstract class Phalcon\Cache\Backend

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

public afterRetrieve (mixed $data) Unserializes data after retrieval

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

public int getLifetime () Gets the last lifetime set

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

public getOptions () ...

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

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

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

public array queryKeys ([string | int $prefix]) Query the existing cached keys

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

public array queryKeys ([string $prefix]) Query the existing cached keys

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

public getLifetime () Returns the cache lifetime

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

public flush () Immediately invalidates all existing items.

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

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

2025-01-10 15:47:30