|
Esri Geoportal Server 1.2.9
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
DcatCache | DCAT cache. |
DcatCacheTask | DCAT cache scheduler task. |
DcatCacheUpdateRequest | DCAT cache update request. |
DCAT cache related classes.
Please, include DcatCacheTask
in
the <scheduler> node in gpt.xml configuration file, for example:
This will cause to periodically generate DCAT cache. Until the cache is generated,
empty response will be provided by the DCAT REST end-point.
<scheduler active="true" corePoolSize="0">
...
<thread class="com.esri.gpt.control.georss.dcatcache.DcatCacheTask" period='1[DAY]' delay="15[SECOND]"/>
...
</scheduler>
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |