CacheFactory icon indicating copy to clipboard operation
CacheFactory copied to clipboard

Info method type overload to allow specific return types of info method

Open Wilt opened this issue 5 years ago • 0 comments

Right now when using info method from Cache the return type is either ItemInfo or CacheInfo. This change (Info overload interface) will result in a CacheInfo return value when the info method is called without an argument and an ItemInfo return value when info method is called with an argument.

Wilt avatar Jun 22 '20 11:06 Wilt