Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache[DataType any] struct { // contains filtered or unexported fields }
func (*Cache[DataType]) Invalidate ¶
func (*Cache[DataType]) Load ¶
func (c *Cache[DataType]) Load(offset int64) interfaces.Page[DataType]
func (*Cache[DataType]) Save ¶
func (c *Cache[DataType]) Save(pg interfaces.Page[DataType], updateOnly ...bool)
func (*Cache[DataType]) Update ¶
func (c *Cache[DataType]) Update(pg interfaces.Page[DataType])
Click to show internal directories.
Click to hide internal directories.