//
pkg.gl
Category
github.com/dropbox/godropbox
container
concurrent
package
0.0.0-20230623171840-436d2007a9fd
Repository:
https://github.com/dropbox/godropbox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
134 SLOC
#
Packages
lockstore
No description provided by the author
#
Functions
NewLRUCache
No description provided by the author
NewMap
No description provided by the author
#
Structs
CacheResult
Represents value in cache and whether it exists or not.
#
Interfaces
LRUCache
A thread-safe version of LRUCache.
Map
A thread-safe version of map.