Tags: alonohana627/bigcache
Tags
Bump toolmantim/release-drafter from 5.21.0 to 5.21.1 (allegro#344)
v3.0.1 - Fix: panic runtime error: index out of range [7] with length 0 @blackbeans (allegro#288) - Fix error where config.Shards = 0 causes "index out of range" @KarlAustin (allegro#280) - Update example from v2 to v3 @cristaloleg (allegro#278) - Update Go to 1.16 @janisz (allegro#271) - Update readme to version 3 @mhrlife (allegro#268)
adding tag for v3. Signed-off-by: Mike Lloyd <[email protected]>
Fix a bug that obscures the byte queue when it is full and is extended ( allegro#251) * Fix a bug that obscures the byte queue when it is full and need to re allocate * Fix a bug that add artificial entry that is to short to have a valid header * Fix size check for larger minimum header size Co-authored-by: Fabian Gärtner <[email protected]>
fix(init): initialShardSize ignored HardMaxCacheSize, and so the init… …ial size can exceed the limit (allegro#228)
give a way to access the stale cache (allegro#216) * Go defaults to "0"" so in case we want to return EntryStatus back to the caller "Expired" cannot be differentiated. Fixing this by default "_" to 0 and incremental RemoveReasons comment was missing for GetWithInfo api so updated that test: ran all unit test cases Change-Id: Ic3e2259630668af0d4b5110125f2d8e43b83081b * give a way to access the stale cache Co-authored-by: Jay Gheewala <[email protected]>
PreviousNext