Kohana Cache uses configuration groups to create cache instances. A configuration group can use any supported driver, with successive groups using multiple instances of the same driver type.
In cases where only one cache group is required, if the group is named defaultthere is no need to pass the group name when instantiating a cache instance.
Group settings
Below are the default cache configuration groups for each supported driver. Add to- or override these settings within the application/config/cache.php file.