Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Cache_Null Class Reference
Inheritance diagram for Google_Cache_Null:
Google_Cache_Abstract

Public Member Functions

 __construct (Google_Client $client)
 
 delete ($key)
 @inheritDoc
 
 get ($key, $expiration=false)
 @inheritDoc
 
 set ($key, $value)
 @inheritDoc
 

Constructor & Destructor Documentation

◆ __construct()

Google_Cache_Null::__construct ( Google_Client $client)

Reimplemented from Google_Cache_Abstract.

Member Function Documentation

◆ delete()

Google_Cache_Null::delete ( $key)

@inheritDoc

Parameters
String$key

Reimplemented from Google_Cache_Abstract.

◆ get()

Google_Cache_Null::get ( $key,
$expiration = false )

@inheritDoc

Reimplemented from Google_Cache_Abstract.

◆ set()

Google_Cache_Null::set ( $key,
$value )

@inheritDoc

Reimplemented from Google_Cache_Abstract.


The documentation for this class was generated from the following file: