|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.opensearch.opensearchoperator.resource.ISOpenSearchResourceCache
public class ISOpenSearchResourceCache
A resource cache that caches generic resources, description documents in XML form and OpenSearchResource objects. Used to avoid using the network or querying the InformationSystem every time a previously retrieved resource is requested
| Field Summary | |
|---|---|
Map<String,String> |
descriptionDocuments
Associates description document URLs with description document XML representations |
Map<String,OpenSearchResource> |
resources
Associates description document URLs with OpenSearchResources |
Map<String,String> |
resourcesXML
Associates description document URLs with OpenSearchResource XML representations |
Map<String,String> |
XSLTs
Associates XSLT generic resource names with their XML representations |
| Constructor Summary | |
|---|---|
ISOpenSearchResourceCache()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Map<String,String> descriptionDocuments
public Map<String,OpenSearchResource> resources
public Map<String,String> resourcesXML
public Map<String,String> XSLTs
| Constructor Detail |
|---|
public ISOpenSearchResourceCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||