Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CacheBuilders = CacheBuilderFnMap{ typedef.CacheInsert: genInsertStmtCache, typedef.CacheInsertIfNotExists: genInsertIfNotExistsStmtCache, typedef.CacheDelete: genDeleteStmtCache, typedef.CacheUpdate: genUpdateStmtCache, }.ToList()
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) BindToTable ¶
type CacheBuilderFn ¶
type CacheBuilderFnMap ¶
type CacheBuilderFnMap map[typedef.StatementCacheType]CacheBuilderFn
func (CacheBuilderFnMap) ToList ¶
func (m CacheBuilderFnMap) ToList() [typedef.CacheArrayLen]CacheBuilderFn
type QueryCache ¶
type QueryCache [typedef.CacheArrayLen]*typedef.StmtCache
func (QueryCache) Reset ¶
func (c QueryCache) Reset()
Click to show internal directories.
Click to hide internal directories.