Eero Norri

Results 2 issues of Eero Norri

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

It would be useful to have Len() method available in common interface. I would need it for getting metrics for cache usage. It is available if the cache is created...