//
pkg.gl
Category
github.com/buildbuddy-io/buildbuddy
server
backends
disk_cache
package
1.9.2
Repository:
https://github.com/buildbuddy-io/buildbuddy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
1
Files
298 SLOC
#
Functions
NewDiskCache
No description provided by the author
#
Structs
DiskCache
We keep a record (in memory) of file atime (Last Access Time) and size, and when our cache reaches maxSize we remove the oldest files.