PHP Class LdapTools\Factory\CacheFactory

Author: Chad Sikorra ([email protected])
显示文件 Open project: ldaptools/ldaptools Class Usage Examples

Public Methods

Method Description
get ( $type, array $options ) : LdapTools\Cache\CacheInterface Retrieve the Cache object by its configured type and options.

Method Details

get() public static method

Retrieve the Cache object by its configured type and options.
public static get ( $type, array $options ) : LdapTools\Cache\CacheInterface
$type
$options array
return LdapTools\Cache\CacheInterface