PHP Interface LdapTools\Cache\CacheableItemInterface

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools Interface Usage Examples

Méthodes publiques

Méthode Description
getCacheName ( ) : string The cache name that should be referred to for the item. It should be unique.
getCacheType ( ) : string The cache type of the item, such as the class name or something else.

Method Details

getCacheName() public méthode

The cache name that should be referred to for the item. It should be unique.
public getCacheName ( ) : string
Résultat string

getCacheType() public static méthode

The cache type of the item, such as the class name or something else.
public static getCacheType ( ) : string
Résultat string