Class ExplicitCache<T extends AbstractGeoServerDescriptor>
- java.lang.Object
-
- org.gcube.spatial.data.gis.is.cache.GeoServerCache<T>
-
- org.gcube.spatial.data.gis.is.cache.ExplicitCache<T>
-
public class ExplicitCache<T extends AbstractGeoServerDescriptor> extends GeoServerCache<T>
-
-
Constructor Summary
Constructors Constructor Description ExplicitCache(Collection<T> toUseDescriptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SortedSet<T>getTheCache(Boolean forceUpdate)-
Methods inherited from class org.gcube.spatial.data.gis.is.cache.GeoServerCache
getDefaultDescriptor, getDefaultDescriptor, getDefaultMethod, getDescriptor, getDescriptorSet
-
-
-
-
Constructor Detail
-
ExplicitCache
public ExplicitCache(Collection<T> toUseDescriptors)
-
-
Method Detail
-
getTheCache
protected SortedSet<T> getTheCache(Boolean forceUpdate)
- Specified by:
getTheCachein classGeoServerCache<T extends AbstractGeoServerDescriptor>
-
-