PHP Class Auth0\SDK\Helpers\Cache\FileSystemCacheHandler

Inheritance: implements Auth0\SDK\Helpers\Cache\CacheHandler
Datei anzeigen Open project: auth0/auth0-php Class Usage Examples

Protected Properties

Property Type Description
$tmp_dir

Public Methods

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

Method Details

__construct() public method

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

delete() public method

public delete ( $key )

get() public method

public get ( $key )

set() public method

public set ( $key, $value )

Property Details

$tmp_dir protected_oe property

protected $tmp_dir