Currently we dont cache gear groups in ApplicationResource, we reload them from the backend whenever needed. We should implement caching and refreshing for those.
ApplicationResource
@Override public Collection<IGearGroup> getGearGroups() throws OpenShiftException { // this collection is not cached so we always have the latest info // about the gear groups consumed by this application. loadGearGroups(); return gearGroups; }
- is related to
-
OSJC-101 Support Retrieving and Configuring Gear/Cartridge additional storage
-
- Closed
-