com\setasign\SetaFramework\SimpleCache

ApplicationCacheHandler Class ApplicationCacheHandler

File: /SetaFramework/src/SimpleCache/ApplicationCacheHandler.php

Class hierarchy

Summary

Properties

$applicationName

$cacheHandler


Methods

__construct()

public ApplicationCacheHandler::__construct (
CacheHandler $cacheHandler,
string $applicationName
)
Parameters
$cacheHandler : CacheHandler
 
$applicationName : string
 

getCache()

public ApplicationCacheHandler::getCache (
string $channel = 'default'
): ?\Psr\SimpleCache\CacheInterface
Parameters
$channel : string