public class FeatureCache extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static FeatureCache |
getCache() |
Optional<AnnotatedFeature> |
loadFeature(File featureFile) |
Optional<AnnotatedFeature> |
loadFeature(String featureFilePath) |
public static FeatureCache getCache()
public Optional<AnnotatedFeature> loadFeature(File featureFile)
public Optional<AnnotatedFeature> loadFeature(String featureFilePath)
public void close()
Copyright © 2023. All rights reserved.