You are here

interface AppCacheByOwnerInterface in Apigee Edge 8

Base definition of a cache store for apps of a specific owner.

This cache is used by the developer- and company app controllers.

Here all ids are an app names and not app UUIDs.

Hierarchy

Expanded class hierarchy of AppCacheByOwnerInterface

All classes that implement AppCacheByOwnerInterface

See also

\Apigee\Edge\Api\Management\Controller\DeveloperAppControllerInterface

\Apigee\Edge\Api\Management\Controller\CompanyAwareControllerInterface

File

src/Entity/Controller/Cache/AppCacheByOwnerInterface.php, line 33

Namespace

Drupal\apigee_edge\Entity\Controller\Cache
View source
interface AppCacheByOwnerInterface extends EntityCacheInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
EntityCacheInterface::allEntitiesInCache public function Changes whether all entities in the cache or not. 2
EntityCacheInterface::getEntities public function Returns entities from the cache. 2
EntityCacheInterface::getEntity public function Returns an entity from the cache by its id. 2
EntityCacheInterface::isAllEntitiesInCache public function Returns whether all entities in cache or not. 2
EntityCacheInterface::removeEntities public function Removes entities from the cache by their ids. 2
EntityCacheInterface::saveEntities public function Saves entities to the cache. 2