WordPress\AiClient\Providers\ApiBasedImplementation

AbstractApiBasedModelMetadataDirectory::getCachedKeysprotectedWP 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->getCachedKeys(): array;

Changelog

Since 0.4.0 Introduced.

AbstractApiBasedModelMetadataDirectory::getCachedKeys() code WP 7.0

protected function getCachedKeys(): array
{
    return [self::MODELS_CACHE_KEY];
}