XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Major
    • LATER
    • 2.7.0
    • core
    • None

    Description

      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;
      	}
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              adietish@redhat.com André Dietisheim
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: