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::exists
  • References/PHP/Phalcon/Cache/Backend/Xcache

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

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

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

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

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

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

extends class Phalcon\Cache\Frontend\Data

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

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

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

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

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

public getFrontend () ...

2025-01-10 15:47:30