jsr107 / jsr107spec

JSR107 Cache Specification
Apache License 2.0
413 stars 164 forks source link

Cache to extend Map or add CacheManager.createCacheAsMap #419

Open sergproua opened 1 year ago

sergproua commented 1 year ago

Most of the methods in Cache interface already declared in Map. Why not extend it from Map or provide convenience methods in CacheManager which return existing collection types, Map, Set, ArrayList or Cache.Entry, etc?