Documentation
¶
Index ¶
- type Config
- type Manager
- func (m *Manager) Acquire(ctx context.Context) error
- func (m *Manager) Checkpoint(u string)
- func (m *Manager) Close() error
- func (m *Manager) GetPage(key string) (*engmodels.Page, bool, error)
- func (m *Manager) Release()
- func (m *Manager) Stats() Stats
- func (m *Manager) StorePage(key string, page *engmodels.Page) error
- type Stats
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) Checkpoint ¶
Click to show internal directories.
Click to hide internal directories.