Cache\Multiple::push
  • References/PHP/Phalcon/Cache/Multiple

public push (Phalcon\Cache\BackendInterface

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

public collection->remove(...) gc () gc

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

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

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

public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t

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

public start (string | int $keyName, [long $lifetime]) Starts every backend

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

public boolean exists ([string | long $keyName], [long $lifetime]) Checks if cache exists

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

public isBuffering () Check whether if frontend is buffering output

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

public getLifetime () Returns the cache lifetime

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

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

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

public stop () Stops output frontend

2025-01-10 15:47:30