PHP Interface LdapTools\Cache\CacheableItemInterface

Author: Chad Sikorra ([email protected])
Datei anzeigen Open project: ldaptools/ldaptools Interface Usage Examples

Public Methods

Method 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 method

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

getCacheType() public static method

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