package
2.0.2
Repository: https://github.com/cockroachdb/pebble.git
Documentation: pkg.go.dev

# Functions

Alloc allocates a byte slice of the specified size, possibly reusing previously allocated but unused memory.
Free frees the specified value.
New creates a new cache of the specified size.

# Constants

ValueMetadataSize denotes the number of bytes of metadata allocated for a cache entry.

# Structs

Cache implements Pebble's sharded block cache.
Handle provides a strong reference to a value in the cache.
Metrics holds metrics for the cache.
Value holds a reference counted immutable value.

# Type aliases

ID is a namespace for file numbers.