public class RecordPathCache extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.github.benmanes.caffeine.cache.LoadingCache<String,RecordPath> |
compiledRecordPaths |
| Constructor and Description |
|---|
RecordPathCache(int cacheSize) |
| Modifier and Type | Method and Description |
|---|---|
RecordPath |
getCompiled(String path) |
private final com.github.benmanes.caffeine.cache.LoadingCache<String,RecordPath> compiledRecordPaths
public RecordPath getCompiled(String path)
Copyright © 2023 Apache NiFi Project. All rights reserved.