Cache\Backend\Memory::queryKeys
  • References/PHP/Phalcon/Cache/Backend/Memory

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

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

extends abstract class Phalcon\Cache\Backend

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

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

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

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

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

public getOptions () ...

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

public getLastKey () ...

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

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

2025-01-10 15:47:30