Esri Geoportal Server
1.2.9

Package com.esri.gpt.control.georss.dcatcache

DCAT cache related classes.

See:
          Description

Class Summary
DcatCache DCAT cache.
DcatCacheTask DCAT cache scheduler task.
DcatCacheUpdateRequest DCAT cache update request.
 

Package com.esri.gpt.control.georss.dcatcache Description

DCAT cache related classes.

Please, include DcatCacheTask in the <scheduler> node in gpt.xml configuration file, for example:

 
 <scheduler active="true" corePoolSize="0">
   ...
   <thread class="com.esri.gpt.control.georss.dcatcache.DcatCacheTask" period='1[DAY]' delay="15[SECOND]"/>
   ...
 </scheduler>
 
This will cause to periodically generate DCAT cache. Until the cache is generated, empty response will be provided by the DCAT REST end-point.


Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.