Skip to content

Latest commit

 

History

History
91 lines (56 loc) · 2.09 KB

CacheKeyGeneratorInterface.md

File metadata and controls

91 lines (56 loc) · 2.09 KB

BumbleDocGen / Technical description of the project / Class map / CacheKeyGeneratorInterface


namespace BumbleDocGen\Core\Parser\Entity\Cache\CacheKey;

interface CacheKeyGeneratorInterface

Methods:

  1. generateKey

Method details:

public static function generateKey(string $cacheNamespace, \BumbleDocGen\Core\Parser\Entity\Cache\CacheableEntityInterface $entity, array $args): string;

Parameters:

Name Type Description
$cacheNamespace string -
$entity \BumbleDocGen\Core\Parser\Entity\Cache\CacheableEntityInterface -
$args array -

Return value: string