Cache\Frontend\Output
  • References/PHP/Phalcon/Cache/Frontend/Output

implements Phalcon\Cache\FrontendInterface

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

public boolean delete (string $keyName) Deletes a value from the cache by its key

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

public _connect () Create internal connection to redis

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

public mixed afterRetrieve (mixed $data) Unserializes data after retrieval

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

abstract public getLifetime () ...

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

public flush () Immediately invalidates all existing items.

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

public isStarted () Checks whether the cache has starting buffering or not

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

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

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

public flush () Immediately invalidates all existing items.

2025-01-10 15:47:30