Package com.aerospike.jdbc.schema
Class AerospikeSchemaCache
java.lang.Object
com.aerospike.jdbc.schema.AerospikeSchemaCache
- All Implemented Interfaces:
OptionalCache<SchemaTableName,List<DataColumn>>
public final class AerospikeSchemaCache
extends Object
implements OptionalCache<SchemaTableName,List<DataColumn>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()get(SchemaTableName schemaTableName) voidput(SchemaTableName schemaTableName, List<DataColumn> columns)
-
Constructor Details
-
AerospikeSchemaCache
public AerospikeSchemaCache(java.time.Duration ttl)
-
-
Method Details
-
get
- Specified by:
getin interfaceOptionalCache<SchemaTableName,List<DataColumn>>
-
put
- Specified by:
putin interfaceOptionalCache<SchemaTableName,List<DataColumn>>
-
clear
public void clear()- Specified by:
clearin interfaceOptionalCache<SchemaTableName,List<DataColumn>>
-