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\BackendInterface::delete
  • References/PHP/Phalcon/Cache/BackendInterface

abstract public delete (mixed $keyName) ...

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

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

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

extends abstract class Phalcon\Cache\Backend

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

public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t

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

public string getContent () Returns output cached content

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

abstract public isStarted () ...

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
Cache\BackendInterface::stop
  • References/PHP/Phalcon/Cache/BackendInterface

abstract public stop ([mixed $stopBuffer]) ...

2025-01-10 15:47:30