Cache\Backend\Xcache::get
  • References/PHP/Phalcon/Cache/Backend/Xcache

public get (mixed $keyName, [mixed $lifetime]) Returns a cached content

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

Source

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

public getLifetime () Returns the cache lifetime

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

public unserialize (mixed $data) Required for interface \Serializable

2025-01-10 15:47:30
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::getFrontend
  • References/PHP/Phalcon/Cache/Backend

public getFrontend () ...

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

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

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

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

2025-01-10 15:47:30