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

public mixed increment ([string | int $keyName], [int $value]) Increment of a given key

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

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

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

public boolean delete (int | string $keyName) Deletes a value from the cache by its key

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

public array queryKeys ([string | int $prefix]) Query the existing cached keys

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

public flush () Immediately invalidates all existing items.

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

extends abstract class Phalcon\Cache\Backend

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

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

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

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

2025-01-10 15:47:30