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

extends abstract class Phalcon\Cache\Backend

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

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

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

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

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

abstract public start (mixed $keyName, [mixed $lifetime]) ...

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

abstract public isStarted () ...

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