public class ArgumentListCache extends Object
| Constructor and Description |
|---|
ArgumentListCache(File cachefile) |
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
get(String key,
Lazy.Supplier<List<Argument>,Exception> calc) |
List<AbstractRDBMSAdapter.Procedure> |
getProcedures(String key,
Lazy.Supplier<List<AbstractRDBMSAdapter.Procedure>,Exception> calc) |
List<String> |
getStrings(String key,
Lazy.Supplier<List<String>,Exception> calc) |
void |
readFromDisk() |
void |
saveToDisk() |
public ArgumentListCache(File cachefile)
public final void readFromDisk()
public List<AbstractRDBMSAdapter.Procedure> getProcedures(String key, Lazy.Supplier<List<AbstractRDBMSAdapter.Procedure>,Exception> calc) throws SQLException, AbstractRDBMSAdapter.NotSupportedException
public List<String> getStrings(String key, Lazy.Supplier<List<String>,Exception> calc) throws SQLException, AbstractRDBMSAdapter.NotSupportedException
public List<Argument> get(String key, Lazy.Supplier<List<Argument>,Exception> calc) throws SQLException, AbstractRDBMSAdapter.NotSupportedException
public void saveToDisk()
Copyright © 2019. All rights reserved.