WordPress\AiClient\Providers\ApiBasedImplementation

AbstractApiBasedModelMetadataDirectory::getBaseCacheKeyprotectedWP 0.4.0

{@inheritDoc}

Method of the class: AbstractApiBasedModelMetadataDirectory{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->getBaseCacheKey(): string;

Changelog

Since 0.4.0 Introduced.

AbstractApiBasedModelMetadataDirectory::getBaseCacheKey() code WP 7.0

protected function getBaseCacheKey(): string
{
    return 'ai_client_' . AiClient::VERSION . '_' . md5(static::class);
}