PHP Class Auth0\SDK\Helpers\Cache\FileSystemCacheHandler

Inheritance: implements Auth0\SDK\Helpers\Cache\CacheHandler
Afficher le fichier Open project: auth0/auth0-php Class Usage Examples

Protected Properties

Свойство Type Description
$tmp_dir

Méthodes publiques

Méthode Description
__construct ( $temp_directory_prefix = 'auth0-php' )
delete ( $key )
get ( $key )
set ( $key, $value )

Method Details

__construct() public méthode

public __construct ( $temp_directory_prefix = 'auth0-php' )

delete() public méthode

public delete ( $key )

get() public méthode

public get ( $key )

set() public méthode

public set ( $key, $value )

Property Details

$tmp_dir protected_oe property

protected $tmp_dir