Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOCK_SH = 1 LOCK_EX = 2 LOCK_NB = 4 // non-blocking LOCK_UN = 8 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LRUBytes ¶
type LRUBytes struct {
// contains filtered or unexported fields
}
func NewLRUBytes ¶
Click to show internal directories.
Click to hide internal directories.