issues
search
alastairtree
/
LazyCache
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.72k
stars
159
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Separate instances sharing memory
#198
sebbarg
opened
1 week ago
0
In GetOrAddAsync replace Thread.Yield by await Task.Delay(1)?
#197
szmcdull
opened
2 months ago
0
Does the new HybridCache in the latest .NET replace LazyCache?
#196
DavidThielen
opened
4 months ago
0
Please add a Clear() method
#195
DavidThielen
opened
7 months ago
1
TryGetValue() fails (wrong value type) if the value was added Async.
#194
DavidThielen
opened
7 months ago
0
Is this project abandoned?
#193
ArnaudB88
opened
8 months ago
2
Returning null still successfully adds entry
#192
campaignium
opened
1 year ago
0
PostEvictionCallBack causing memory leak
#191
kcritchnau-qt
opened
1 year ago
0
Bugfix : Fixed default cache duration not getting applied to instance methods
#190
touchofevil-dev
opened
1 year ago
0
Fixed default cache duration not getting applied to instance methods
#189
touchofevil-dev
closed
1 year ago
0
Is it possible to set the maximum size limit of the LazyCache as is possible in IMemoryCache by MS?
#188
DanielTulpWE
opened
1 year ago
1
Improve the locking per key logic in the CachingService
#187
theodorzoulias
opened
1 year ago
0
Singleton constraint conflict if IMemoryCache already exists
#186
LarsKemmann
opened
1 year ago
0
Bug in Wiki: Why does the Cancellation Tokens example use two CancellationTokenSource?
#185
schittli
opened
1 year ago
0
Add xml comments to IAppCache, CachingService and DI extension methods
#184
MirzaMerdovic
opened
1 year ago
0
Is it possible to have some kind of management console to show the list of keys and their expiry?
#183
arisliang
opened
1 year ago
0
Question/Proposal on the limit of Cache keying to strings vs. "TKey"
#182
qwazwak
opened
1 year ago
0
Do you have plans to upgrade to dotnet7
#181
neozhu
opened
1 year ago
5
How to create separate caches? Not seeing how this is done.
#180
SoulFireMage
closed
1 year ago
1
Cannot dispose of cache
#179
jdurnil
opened
2 years ago
3
add LazyCacheOptions and use Options Pattern
#178
Azaferany
opened
2 years ago
0
Fix CachingService.TryGetValue returning wrong value
#177
phadtrapong
opened
2 years ago
0
CachingService.TryGetValue returning wrong value
#176
Coder3333
opened
2 years ago
2
About Cache availability mechanism
#175
phadtrapong
opened
2 years ago
2
readme: Fix typo
#174
rmandvikar
closed
2 years ago
1
LongRunning shouldn't run more than once
#173
laukoksoon
opened
2 years ago
1
Exposes Compact
#172
judahr
opened
2 years ago
1
Implement MemoryCache.Trim() to allow explicit removal
#171
judahr
opened
2 years ago
0
Absolute expiration does not work v2.4.0
#170
PatryxCShark
opened
2 years ago
1
Cache eviction policy when cache is full?
#169
Masuzu
closed
2 years ago
1
Add TryGetValueAsync that evaluates GetValueFromAsyncLazy
#168
b-twis
opened
3 years ago
1
how do I clean the cache items by wildcard of a key
#167
neozhu
closed
3 years ago
2
Create a sectioned IAppCache
#166
kkd83
opened
3 years ago
0
Check tests work with .net 5.0
#165
gamblen
closed
3 years ago
1
LazyCache.TryGetValue appears to return null value
#164
thenerdynerd
opened
3 years ago
20
Use Generic type rather than object for TryGetValue
#163
gamblen
closed
3 years ago
0
support one parameter func
#162
Tomer781
closed
3 years ago
0
Named binding error after upgrading ninject package
#161
HoomanBahreini
closed
3 years ago
1
Wait for GetOrAddAsync factory to return before reading from AbsoluteExpirationRelativeToNow
#160
allanrodriguez
closed
3 years ago
1
Get doesn't call function delegate added with Add
#159
mtfarkas
closed
3 years ago
4
How to Proactively Repopulate Cached Items with EF?
#158
jasonhill
closed
3 years ago
9
Allow null values to be cached and refine TryGet method (see #155)
#157
EnricoMassone
opened
3 years ago
2
Using ExpirationMode.ImmediateEviction ignores sliding expiration value
#156
ExLuzZziVo
opened
3 years ago
7
Why it is not possible to add null items in the cache via IAppCache.Add ?
#155
EnricoMassone
opened
3 years ago
9
Clarification on the difference between IAppCache.GetAsync and IAppCache.Get
#154
EnricoMassone
closed
3 years ago
4
Add GetCacheKeys() method to allow for partial key removal operations
#153
CascadeJonathan
opened
3 years ago
1
DefaultCacheDurationSeconds ignored in CachingService instance methods
#152
r-bennett
opened
3 years ago
2
How do I set SizeLimit when using asp.net core DI?
#151
coderdnewbie
closed
3 years ago
2
AddOrUpdate and AddOrUpdateAsync methods [2]
#150
Temtaime
opened
3 years ago
4
Policy should be supplied when refreshing the cache due to type mismatch
#149
ajbeaven
opened
3 years ago
2
Next