Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //B . B Unit = 0 //KB . KB Unit = 1 //MB . MB Unit = 2 //GB . GB Unit = 3 //TB . TB Unit = 4 //PB . PB Unit = 5 //B2 . B2 = "B" //KB2 . KB2 = "KB" //MB2 . MB2 = "MB" //GB2 . GB2 = "GB" //TB2 . TB2 = "TB" //PB2 . PB2 = "PB" )
View Source
var DefaultSize = 8 * 0x400
Functions ¶
func ReducedUnitToString ¶
ReducedUnitToString .
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache use map save history
Click to show internal directories.
Click to hide internal directories.