Skip to content

Latest commit

 

History

History
144 lines (98 loc) · 3.16 KB

File metadata and controls

144 lines (98 loc) · 3.16 KB

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


namespace BumbleDocGen\Core\Cache\LocalCache;

final class LocalObjectCache

Methods:

  1. cacheMethodResult
  2. getMethodCachedResult

Method details:

public function cacheMethodResult(string $methodKey, string $objectId, mixed $methodResult): void;

Parameters:

Name Type Description
$methodKey string -
$objectId string -
$methodResult mixed -

Return value: void


public function getMethodCachedResult(string $methodKey, string $objectId): mixed;

Parameters:

Name Type Description
$methodKey string -
$objectId string -

Return value: mixed

Throws: