Class CacheFactory

Summary

Fully Qualified Name: CodeIgniter\Cache\CacheFactory

Description

Class Cache

A factory for loading the desired

Methods

Name Description Defined By
getHandler() Attempts to create the desired cache handler, based upon the CacheFactory

Method Details

getHandler()

Attempts to create the desired cache handler, based upon the

Parameter Name Type Description
$config
$handler string
$backup string
$config

Returns: \CodeIgniter\Cache\CacheInterface

Top