package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Oct 18, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type StmtCache struct {
}
New returns a new StmtCache with n maximum capacity, panics if capacity <= 0.
Clear removes all entries from the cache, closing all prepared statements.
Len returns the number of cached statements.
Put adds a new entry to cache, returns whether an item was evicted,
panics if key is blank.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.