Cache\Backend::isFresh
  • References/PHP/Phalcon/Cache/Backend

public isFresh () Checks whether the last cache is fresh or cached

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

public setLastKey (mixed $lastKey) ...

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

public getOptions () ...

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

public setFrontend (mixed $frontend) ...

2025-01-10 15:47:30