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
Multiple types with same key are returned as null from cache - last in wins?
#46
NeilMacMullen
closed
4 years ago
4
Is this project still alive?
#45
camainc
closed
6 years ago
1
Consider not deprecating default constructor?
#44
BrianVallelunga
closed
5 years ago
5
LazyCache changes cached instance when changing retrieved instance
#43
Blackclaws
closed
4 years ago
3
Implement ExpirationToken for Sliding expiration
#42
AsValeO
closed
5 years ago
3
How to configure default expiry time in v2.0?
#41
arisliang
closed
5 years ago
4
How to persist the cache object between application reboots?
#40
beppe9000
closed
5 years ago
1
LazyCache with asp.net core 2.0 targeting version 4.61
#39
simba22042
closed
5 years ago
3
netcore GetOrAdd doesn't work with SizeLimit set
#38
dozysleeper
closed
4 years ago
8
Auto key generation based on expression tree
#37
AsValeO
closed
5 years ago
2
Generic Type Keys
#36
mansoor945
closed
5 years ago
5
feat: add minimal ninject module
#35
alastairtree
closed
5 years ago
3
Add restricted sliding expiration policy
#34
roryprimrose
closed
6 years ago
1
Fixing the sample code
#33
smurariu
closed
6 years ago
1
Why return await?
#32
burnchar
closed
6 years ago
1
Is there a plan to update the API to list all the keys available in cache?
#31
saip106
closed
6 years ago
4
Small Grammar Error In Features Section
#30
danwize
closed
6 years ago
1
Proper IDisposable support in CachingService
#29
ghen
closed
6 years ago
10
Handling long running cache population functions
#28
jfrueh
closed
6 years ago
2
Question How to update an item in a cache where a value is a list of object
#27
simba22042
closed
6 years ago
6
.NETCore 2.0 Support?
#26
xplatsolutions
closed
6 years ago
4
Is this a bad idea?
#25
mattwilderness
closed
6 years ago
1
I've forked and retargeted for multiple frameworks, net45, net 46, and netstandard2.0
#24
matthewacme
closed
6 years ago
25
GetOrAdd / GetOrAddAsync<T> should return null if the item ADDED.
#23
PureKrome
closed
6 years ago
5
Trying to use LazyCache and get some cache hit/miss stats.
#22
PureKrome
closed
5 years ago
4
RemovedCallback is not working correctly?
#21
RahmanM
closed
6 years ago
3
Absolute expiration of 7 seconds or less doesn't work
#20
azharmahmood
closed
6 years ago
2
WebApi and LazyCache issue
#19
IrvinDominin
closed
7 years ago
2
CacheObject not getting overwritten.
#18
omnoms
closed
7 years ago
6
Please release a signed version of LazyCache
#17
themightygugi
opened
7 years ago
7
Possible redundant equality assertion?
#16
Tyrrrz
closed
7 years ago
1
Upon expiration, pull data on next Get
#15
jjwilliams42
closed
7 years ago
2
Maybe a problem...
#14
EssyTech
closed
6 years ago
7
Fix async/sync interopability bug
#13
alastairtree
closed
7 years ago
0
GetOrAdd(...) fails after GetOrAddAsync(...)
#12
baddonkey
closed
7 years ago
2
OnCacheExpiration event
#11
felipedrumond
closed
7 years ago
2
GetOrAdd/GetOrAddAsync creates policy/timespan every time?
#10
abatishchev
closed
7 years ago
12
Feat/net45 async
#9
alastairtree
closed
8 years ago
0
Add support and docs for async cachable delegates
#8
alastairtree
closed
8 years ago
4
Implemented events for when cache item is Added, Removed & Retrieved.
#7
pm7y
closed
7 years ago
3
Invalidate/Clear a cache instance
#6
akrohn
closed
8 years ago
15
Allow an item factory to return its own DateTimeOffset
#5
scottgerring
closed
6 years ago
4
Support dot net core
#4
alastairtree
closed
5 years ago
21
Add a selection of samples in a dummy web app
#3
alastairtree
closed
8 years ago
1
Feat policy calbacks should unwrap the lazy
#2
tafs7
closed
9 years ago
0
Gotcha when using CacheItemPolicy.RemovedCallback and relying on CacheEntryRemovedArguments
#1
tafs7
closed
9 years ago
3
Previous