Class CachedOntologyLoader
- java.lang.Object
-
- fr.gouv.vitam.common.database.collections.CachedOntologyLoader
-
- All Implemented Interfaces:
OntologyLoader
public class CachedOntologyLoader extends java.lang.Object implements OntologyLoader
-
-
Constructor Summary
Constructors Constructor Description CachedOntologyLoader(int maxEntriesInCache, int cacheTimeoutInSeconds, OntologyLoader loadOntology)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OntologyModel>
loadOntologies()
-
-
-
Constructor Detail
-
CachedOntologyLoader
public CachedOntologyLoader(int maxEntriesInCache, int cacheTimeoutInSeconds, OntologyLoader loadOntology)
-
-
Method Detail
-
loadOntologies
public java.util.List<OntologyModel> loadOntologies()
- Specified by:
loadOntologies
in interfaceOntologyLoader
-
-