PreparedStatementCache

A LRU replacement strategy cache based on {@link java.util.LinkedHashMap} for prepared statements.

Constructors

this
this(int capacity, DbConnection conn)
Undocumented in source.

Members

Functions

getCapacity
int getCapacity()
Undocumented in source. Be warned that the author may not have intended to support it.
isReady
bool isReady()
Undocumented in source. Be warned that the author may not have intended to support it.
removeEldestEntry
bool removeEldestEntry(MapEntry!(string, CachedPreparedStatement) eldest)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta