server side argument caching #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cache results based on input arguments. Use hash of the inputs as the key for caching. This must be configured in the router, since any cache mis config on the server side could cause different results for the same function.