CacheFactory
CacheFactory copied to clipboard
Info method type overload to allow specific return types of info method
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.