v1.0.4
- Add Clear method to ICache and LRUs (ClassicLru, ConcurrentLru, ConcurrentTLru)
- Fixed ConcurrentLRU so that capacity is exact when ctor arg is not divisible by 3
- Added net6 build target (compiled with .NET SDK 6.0.0-preview.7)
- Removed netcoreap2.0 and netcoreapp3.0 (since out of support)