Versions in this module Expand all Collapse all v3 v3.0.3 May 30, 2022 Changes in this version + type BytesQueue struct + func NewBytesQueue(capacity int, maxCapacity int, verbose bool) *BytesQueue + func (q *BytesQueue) Capacity() int + func (q *BytesQueue) CheckGet(index int) error + func (q *BytesQueue) Get(index int) ([]byte, error) + func (q *BytesQueue) Len() int + func (q *BytesQueue) Peek() ([]byte, error) + func (q *BytesQueue) Pop() ([]byte, error) + func (q *BytesQueue) Push(data []byte) (int, error) + func (q *BytesQueue) Reset() Other modules containing this package github.com/jinl80/bigcache