Cache\Backend\Memcache::decrement
  • References/PHP/Phalcon/Cache/Backend/Memcache

public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $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\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\Frontend\None::afterRetrieve
  • References/PHP/Phalcon/Cache/Frontend/None

public afterRetrieve (mixed $data) Prepares data to be retrieved to user

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

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

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

public decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value

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

public stop () Stops output frontend

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

extends class Phalcon\Exception

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

public useSafeKey (mixed $useSafeKey) Set whether to use the safekey or not

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

public start () Starts output frontend. Currently, does nothing

2025-01-10 15:47:30