org.gcube.application.framework.contentmanagement.util
Class CacheEntryConstants

java.lang.Object
  extended by org.gcube.application.framework.contentmanagement.util.CacheEntryConstants

public class CacheEntryConstants
extends java.lang.Object


Field Summary
static java.lang.String abstractFieldsCache
           
static java.lang.String collectionCache
           
static java.lang.String contentCache
           
static java.lang.String genericResourceCache
           
static java.lang.String metadataCache
           
static java.lang.String newContentCache
           
static java.lang.String resourceDiscoveryCache
           
static java.lang.String schemataCache
           
static java.lang.String searchConfigCache
           
static java.lang.String thumbnailCache
           
 
Constructor Summary
CacheEntryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchConfigCache

public static final java.lang.String searchConfigCache
See Also:
Constant Field Values

genericResourceCache

public static final java.lang.String genericResourceCache
See Also:
Constant Field Values

collectionCache

public static final java.lang.String collectionCache
See Also:
Constant Field Values

contentCache

public static final java.lang.String contentCache
See Also:
Constant Field Values

metadataCache

public static final java.lang.String metadataCache
See Also:
Constant Field Values

thumbnailCache

public static final java.lang.String thumbnailCache
See Also:
Constant Field Values

schemataCache

public static final java.lang.String schemataCache
See Also:
Constant Field Values

abstractFieldsCache

public static final java.lang.String abstractFieldsCache
See Also:
Constant Field Values

newContentCache

public static final java.lang.String newContentCache
See Also:
Constant Field Values

resourceDiscoveryCache

public static final java.lang.String resourceDiscoveryCache
See Also:
Constant Field Values
Constructor Detail

CacheEntryConstants

public CacheEntryConstants()