Class GroupsCache


  • public class GroupsCache
    extends Object
    • Method Detail

      • getSingleton

        public static GroupsCache getSingleton()
        Get the singleton object
      • getGroup

        public org.gcube.vomanagement.usermanagement.model.GCubeGroup getGroup​(long groupId)
        Retrieve an entry
        Parameters:
        id -
        Returns:
        user associated to the user
      • pushEntry

        public void pushEntry​(long id,
                              org.gcube.vomanagement.usermanagement.model.GCubeGroup group)
        Save an entry into the cache
        Parameters:
        id -
        user -