Cache\Backend\Xcache::increment
  • References/PHP/Phalcon/Cache/Backend/Xcache

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

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

public flush () Immediately invalidates all existing items. Memcached does not support flush() per default. If you require

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

public mixed get (string | int $keyName, [long $lifetime]) Returns a cached content reading

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

public getKey (mixed $key) Return a file-system safe identifier for a given key

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

public mixed decrement (int | string $keyName, [long $value]) Decrement of a given key

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

public getLifetime () Returns cache lifetime, always one second expiring content

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

public beforeStore (mixed $data) Serializes data before storing them

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

implements Phalcon\Cache\FrontendInterface

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

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

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

public string getContent () Returns output cached content

2025-01-10 15:47:30