issues
search
patrickmn
/
go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
https://patrickmn.com/projects/go-cache/
MIT License
8.16k
stars
874
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Sync cache between multiple instances
#130
amintalebi
opened
4 years ago
3
MEG-2953: Implemented a faster version of the Size() function.
#129
AlexisWilke
closed
4 years ago
1
WIP: Converting to generics proof of concept
#128
lukemassa
closed
2 years ago
1
GitHub actions
#127
paddlesteamer
closed
4 years ago
0
GetWithExpirationUpdate - atomic implementation
#126
paddlesteamer
closed
4 years ago
5
GetWithExpirationUpdate - atomic implementation
#125
paddlesteamer
closed
4 years ago
0
gob: name not registered for interface: "*main.Person"
#124
sujunbo
opened
4 years ago
1
Question: reasonable parameters for expiration/purge of elements
#123
juan88
opened
4 years ago
0
Flush calls onEvicted
#122
pavelbazika
opened
4 years ago
0
Not caching?
#121
Appsbender
closed
4 years ago
1
Update cache.go
#120
gitsrc
closed
4 years ago
1
added AND ('&&') operation.
#119
haseth
closed
4 years ago
1
Add Map function (Read/Replace) in single lock
#118
tarqd
opened
4 years ago
1
GetOrSet method to handle case for atomic get and set if not exists
#117
technicianted
opened
4 years ago
0
Request: Add formal interface for go-cache
#116
augbog
opened
4 years ago
1
What happens if the cache memory gets full and we try to set new values?
#115
Vaibzz
opened
4 years ago
2
Add keys method
#114
scorredoira
closed
5 years ago
0
Add Memoize
#113
clitetailor
opened
5 years ago
2
I am only interested in timeout entries,but not deleted entrie on the callback function.
#112
thinkgos
closed
4 years ago
1
CacheGetManyConcurrent tests has incorrect key
#111
Gobd
closed
5 years ago
1
maps do not shrink after elements removal (delete)
#110
jiaoji100
closed
5 years ago
1
Memory can not been freed
#109
jiaoji100
closed
5 years ago
1
Feature request: add multiple get method.
#108
changzee
opened
5 years ago
0
Get Expired Item
#107
FinweVI
opened
5 years ago
2
Add OnMissing callback
#106
adregner
opened
5 years ago
0
// Why is all this 5x faster than a for loop?
#105
blinkinglight
opened
5 years ago
1
Allow querying of expiration, cleanup durations
#104
mcandre
opened
5 years ago
0
It seems that someone copied your code
#103
mdh67899
closed
5 years ago
0
Can you support gomod
#102
rhinogo
opened
5 years ago
4
multilevel cache feature
#101
seaguest
closed
5 years ago
1
Add method for delete by regex rule
#100
vmpartner
opened
5 years ago
0
Returns not found when key exists but is expired
#99
mhubbard
closed
5 years ago
1
Fix function comments based on best practices from Effective Go
#98
AngusReid
closed
11 months ago
1
added atomic list-append operation
#97
sgeisbacher
opened
5 years ago
0
add GetWithExpirationUpdate
#96
sbabiv
opened
5 years ago
1
Fix function comments based on best practices from Effective Go
#95
BlakeMScurr
closed
5 years ago
0
Add prometheus metrics
#94
sylr
closed
3 years ago
1
Cache items gone when re-running script
#93
Fyb3roptik
closed
5 years ago
8
Add a Noop cache implementation
#92
sylr
closed
3 years ago
1
Update example code in README
#91
alexandear
closed
1 year ago
0
Replace time.Now() by runtime.nanotime()
#90
larytet
closed
5 years ago
4
Add go.mod file declaring proper semantic import path
#89
m90
closed
6 years ago
5
excuse me, why not use sync.Map instead of map in cache.go ?
#88
hh8456
closed
6 years ago
1
Added "Delete by prefix" functionality
#87
lozaeric
closed
5 years ago
0
When the CPU is over 50%, the cleanup will fail
#86
felix0080
closed
6 years ago
1
Ever make a typed cache?
#85
cjcjameson
closed
6 years ago
1
Is there an memory overflow risk of this cache lib?
#84
rui-gao
closed
6 years ago
2
Time Expiration Overwrite
#83
harkce
closed
6 years ago
2
Issue #59 : Add SetNx (Set if not exist) method to cache
#82
arjun-kr-tw
closed
5 years ago
3
Add method for getting all cache keys
#81
alex-ant
opened
6 years ago
0
Previous
Next