go-generics-cache icon indicating copy to clipboard operation
go-generics-cache copied to clipboard

Add Len() to common interface

Open norri opened this issue 1 year ago • 0 comments

Len() method is useful in common interface and is simple to implement.

  • implement Len for simple cache, it was the only policy missing the method

Fixes https://github.com/Code-Hex/go-generics-cache/issues/43

norri avatar Jun 09 '23 07:06 norri