Tags: allegro/bigcache
Tags
v3.0.1 - Fix: panic runtime error: index out of range [7] with length 0 @blackbeans (#288) - Fix error where config.Shards = 0 causes "index out of range" @KarlAustin (#280) - Update example from v2 to v3 @cristaloleg (#278) - Update Go to 1.16 @janisz (#271) - Update readme to version 3 @mhrlife (#268)
fix: panic runtime error: index out of range [7] with length 0 (#288)
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 ( #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]>
give a way to access the stale cache (#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