Interface SchemaCacheIF
- All Known Implementing Classes:
SchemaCacheHash
public interface SchemaCacheIF
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidclearCache(String database, String schema, String table) voidstore(String database, String schema, String table, SchemaCacheIF.TableInfo tableInfo)
-
Method Details
-
store
-
retrieve
-
clearCache
-