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

public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname

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

abstract public getLastKey () ...

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

public beforeStore (mixed $data) Prepare data to be stored

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

public boolean delete (int | string $keyName) Deletes a value from the cache by its 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::setOptions
  • References/PHP/Phalcon/Cache/Backend

public setOptions (mixed $options) ...

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

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

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

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

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

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

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

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

2025-01-10 15:47:30