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
- interface \Drupal\apigee_edge\Entity\Controller\Cache\EntityCacheInterface
- interface \Drupal\apigee_edge\Entity\Controller\Cache\AppCacheByOwnerInterface
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\CacheView source
interface AppCacheByOwnerInterface extends EntityCacheInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityCacheInterface:: |
public | function | Changes whether all entities in the cache or not. | 2 |
EntityCacheInterface:: |
public | function | Returns entities from the cache. | 2 |
EntityCacheInterface:: |
public | function | Returns an entity from the cache by its id. | 2 |
EntityCacheInterface:: |
public | function | Returns whether all entities in cache or not. | 2 |
EntityCacheInterface:: |
public | function | Removes entities from the cache by their ids. | 2 |
EntityCacheInterface:: |
public | function | Saves entities to the cache. | 2 |