Class LocalFolderProfileMapCache
- java.lang.Object
-
- org.gcube.application.cms.caches.TimedMap<String,T>
-
- org.gcube.application.cms.caches.AbstractScopedMap<ProfileMap>
-
- org.gcube.application.geoportal.service.engine.providers.ucd.LocalFolderProfileMapCache
-
- All Implemented Interfaces:
org.gcube.application.cms.caches.Cache<String,ProfileMap>,org.gcube.application.cms.caches.Engine<ProfileMap>
public class LocalFolderProfileMapCache extends org.gcube.application.cms.caches.AbstractScopedMap<ProfileMap>
-
-
Constructor Summary
Constructors Constructor Description LocalFolderProfileMapCache(String folderPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispose(ProfileMap toDispose)voidinit()protected ProfileMapretrieveObject(String context)
-
-
-
Constructor Detail
-
LocalFolderProfileMapCache
public LocalFolderProfileMapCache(String folderPath)
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceorg.gcube.application.cms.caches.Engine<ProfileMap>- Overrides:
initin classorg.gcube.application.cms.caches.AbstractScopedMap<ProfileMap>
-
dispose
protected void dispose(ProfileMap toDispose)
- Overrides:
disposein classorg.gcube.application.cms.caches.TimedMap<String,ProfileMap>
-
retrieveObject
protected ProfileMap retrieveObject(String context) throws org.gcube.application.geoportal.common.model.rest.ConfigurationException
- Specified by:
retrieveObjectin classorg.gcube.application.cms.caches.TimedMap<String,ProfileMap>- Throws:
org.gcube.application.geoportal.common.model.rest.ConfigurationException
-
-