Hello Everyone I am new to cache. I know there are 2 types of methods in cache. One is Instance method (Which can be call through object creation of particular class) and other is Class methods (which can be call through ##Class(MyPackage.Car).CarModels()).  I want to know the difference when to create a instance method vs when to create a class methods. Thanks in advance!!.