org.gcube.application.framework.search.library.cache
Class CollectionsFieldsCache

java.lang.Object
  extended by org.gcube.application.framework.search.library.cache.CollectionsFieldsCache

public class CollectionsFieldsCache
extends java.lang.Object


Method Summary
 java.util.HashMap<CollectionInfo,java.util.ArrayList<CollectionInfo>> getCollectionsInfoForScope(java.lang.String scope, boolean refresh)
           
static CollectionsFieldsCache getInstance()
           
 java.util.HashMap<CollectionInfo,java.util.ArrayList<CollectionInfo>> refreshCollectionInfoForScope(java.lang.String scope, boolean refresh)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CollectionsFieldsCache getInstance()

getCollectionsInfoForScope

public java.util.HashMap<CollectionInfo,java.util.ArrayList<CollectionInfo>> getCollectionsInfoForScope(java.lang.String scope,
                                                                                                        boolean refresh)

refreshCollectionInfoForScope

public java.util.HashMap<CollectionInfo,java.util.ArrayList<CollectionInfo>> refreshCollectionInfoForScope(java.lang.String scope,
                                                                                                           boolean refresh)