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

abstract public isFresh () ...

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

public stop () Stops output frontend

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

public getLifetime () Returns the cache lifetime

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

public setFrontend (mixed $frontend) ...

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

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

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

public mixed increment ([string $keyName], [long $value]) Increment of a given key, by number $value

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

public stop () Stops output frontend

2025-01-10 15:47:30