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

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

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

public setFrontend (mixed $frontend) ...

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

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

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

public stop ([mixed $stopBuffer]) Stops the frontend without store any cached content

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

extends abstract class Phalcon\Cache\Backend

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

public getOptions () ...

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

extends abstract class Phalcon\Cache\Backend

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\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