MethodCache icon indicating copy to clipboard operation
MethodCache copied to clipboard

A method and property caching Fody addin.

Results 2 MethodCache issues
Sort by recently updated
recently updated
newest added

Hello, Cache-key don't support array values : Example : public object[] TestMethod(object[] parameters) { return parameters; } The result is the same whatever the values contained in the array :...