Issues
- 1
- 6
Cache bound by weighted count
#602 opened by dave-yotta - 0
LFU expire after access policy fails to update expiry until read buffer is full
#606 opened by bitfaster - 2
[Feature request] - Keys without values
#564 opened by DmitryMak - 3
Doesn't look like capacity expiration/evicting is happening properly (might be specific to the initial population of the warm queue)
#548 opened by Kritner - 5
[Feature request] Expire after access LRU
#359 opened by rasmuskl - 2
Is it possible to disable the eviction?
#509 opened by erdihu - 6
- 1
[Feature request] individual items expiry
#269 opened by alex-jitbit - 7
Clearing ConcurrentLru leaves cache in broken state
#402 opened by bitfaster - 9
Clearing LFU cache doesn't actually clear it
#399 opened by provegard - 2
- 1
[Feature request] Add TryRemove(K, out V) overload
#361 opened by bill-poole - 3
[Feature request] Add MRU cache
#362 opened by bill-poole - 3
- 2
[Feature request] Allow to pass additional factory argument to the `GetOrAdd`/`GetOrAddAsync` cache methods
#311 opened by nahk-ivanov - 3
[Feature request] Atomic TryRemove
#333 opened by hach-que - 6
Current time provider
#310 opened by Jure-BB - 4
Entry left in cache configured with WithAtomicGetOrAdd when value factory throws
#323 opened by provegard - 1
Use NonBlocking instead of ConcurrentDictionary
#238 opened by tcsaddul - 1
NuGet package is missing intellisense xml file
#229 opened by bording - 2
Expiration based on a Value's property?
#182 opened by mburbea - 6
Add a GetOrAdd that takes a value?
#81 opened by mburbea - 2
- 7
FastConcurrentTLru's Constructor timetolive is not precise on liunx mac platform
#117 opened by 442575816 - 1
Is there a way to dump all values in the cache?
#113 opened by mkgn - 2
Is it possible to add a method where it'll provide rough memory that is being used by the cache stance?
#112 opened by mkgn - 1
[Feature request] - Enumerate all cached keys
#110 opened by RanaInside - 1
Serialise contents of LRU
#109 opened by akraines - 2
[Feature]: Add ttl policy that takes a Func(Value, Timestamp) to resolve timestamp from value
#88 opened by niemyjski - 6
- 2
Enumerate all cached keys
#74 opened by altso - 2
Ability to Clear the cache
#73 opened by altso - 2
ConcurrentLru's "GetOrAdd" vs ConcurrentDictionary's "GetOrAdd" behave differently
#70 opened by tcsaddul - 3
Add Put Method
#58 opened by paulhickman-a365 - 0
- 3
Usage as global Dictionary within Website
#60 opened by nhaberl