AppCache |
src/Entity/Controller/Cache/AppCache.php |
Default app cache implementation for app controllers. |
AppCacheByOwner |
src/Entity/Controller/Cache/AppCacheByOwner.php |
Default cache store for apps of a specific owner. |
AppCacheByOwnerFactory |
src/Entity/Controller/Cache/AppCacheByOwnerFactory.php |
Base definition of the general app cache service for an app owner. |
AppCacheByOwnerFactoryInterface |
src/Entity/Controller/Cache/AppCacheByOwnerFactoryInterface.php |
Definition of the app cache that stores apps by their owner and app name. |
AppCacheByOwnerInterface |
src/Entity/Controller/Cache/AppCacheByOwnerInterface.php |
Base definition of a cache store for apps of a specific owner. |
AppCacheInterface |
src/Entity/Controller/Cache/AppCacheInterface.php |
Base definition of an app cache for app controllers. |
AppIdCache |
src/Entity/Controller/Cache/AppIdCache.php |
Default app id cache implementation for app controller. |
AppNameCacheByOwnerFactory |
src/Entity/Controller/Cache/AppNameCacheByOwnerFactory.php |
Base definition of the app name cache service by app owner. |
AppNameCacheByOwnerFactoryInterface |
src/Entity/Controller/Cache/AppNameCacheByOwnerFactoryInterface.php |
Base definition of the app name cache by app owner service. |
DeveloperAppCacheFactory |
src/Entity/Controller/Cache/DeveloperAppCacheFactory.php |
Developer specific app cache by app owner factory service. |
DeveloperAppNameCacheFactory |
src/Entity/Controller/Cache/DeveloperAppNameCacheFactory.php |
Developer specific app name cache by app owner factory service. |
DeveloperCache |
src/Entity/Controller/Cache/DeveloperCache.php |
Default developer cache implementation. |
DeveloperIdCache |
src/Entity/Controller/Cache/DeveloperIdCache.php |
Default developer id cache implementation. |
EntityCache |
src/Entity/Controller/Cache/EntityCache.php |
Default entity cache implementation for controllers. |
EntityCacheInterface |
src/Entity/Controller/Cache/EntityCacheInterface.php |
Base definition of the entity cache used by controllers. |
EntityIdCache |
src/Entity/Controller/Cache/EntityIdCache.php |
Base definition of the entity id cache service used by controllers. |
EntityIdCacheInterface |
src/Entity/Controller/Cache/EntityIdCacheInterface.php |
Stores entity ids that getEntityIds() methods returns in controllers. |