PHP Class LdapTools\Cache\NoCache

Author: Chad Sikorra ([email protected])
Inheritance: implements LdapTools\Cache\CacheInterface
Datei anzeigen Open project: ldaptools/ldaptools Class Usage Examples

Public Methods

Method Description
contains ( $itemType, $itemName )
delete ( $type, $name )
deleteAll ( )
get ( $itemType, $itemName )
getCacheCreationTime ( $itemType, $itemName )
getUseAutoCache ( )
set ( LdapTools\Cache\CacheableItemInterface $item )
setOptions ( array $options )

Method Details

contains() public method

public contains ( $itemType, $itemName )

delete() public method

public delete ( $type, $name )

deleteAll() public method

public deleteAll ( )

get() public method

public get ( $itemType, $itemName )

getCacheCreationTime() public method

public getCacheCreationTime ( $itemType, $itemName )

getUseAutoCache() public method

public getUseAutoCache ( )

set() public method

public set ( LdapTools\Cache\CacheableItemInterface $item )
$item LdapTools\Cache\CacheableItemInterface

setOptions() public method

public setOptions ( array $options )
$options array