Cache\Frontend\None::stop
  • References/PHP/Phalcon/Cache/Frontend/None

public stop () Stops output frontend

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

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

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

public getLifetime () Returns the cache lifetime

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

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

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

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

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

extends abstract class Phalcon\Cache\Backend

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

extends abstract class Phalcon\Cache\Backend

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

public start () Starts output frontend. Actually, does nothing in this adapter

2025-01-10 15:47:30