public function AppCacheByOwnerFactoryInterface::getAppCache in Apigee Edge 8
Returns the same app cache instance for an owner.
Parameters
string $owner: Developer id (UUID), email address or a company's company name.
Return value
\Drupal\apigee_edge\Entity\Controller\Cache\AppCacheByOwnerInterface The app name cache instance that belongs to the owner.
2 methods override AppCacheByOwnerFactoryInterface::getAppCache()
- AppCacheByOwnerFactory::getAppCache in src/
Entity/ Controller/ Cache/ AppCacheByOwnerFactory.php - Returns the same app cache instance for an owner.
- DeveloperAppCacheFactory::getAppCache in src/
Entity/ Controller/ Cache/ DeveloperAppCacheFactory.php - Returns the same app cache instance for a developer.
File
- src/
Entity/ Controller/ Cache/ AppCacheByOwnerFactoryInterface.php, line 37
Class
- AppCacheByOwnerFactoryInterface
- Definition of the app cache that stores apps by their owner and app name.
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
public function getAppCache(string $owner) : AppCacheByOwnerInterface;