MethodCache
MethodCache copied to clipboard
A method and property caching Fody addin.
Results
2
MethodCache issues
Sort by
recently updated
recently updated
newest added
Can redis be supported?
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 :...