This is related to e.g. #67, but for the simple usecase of just wanting to ignore one or two arguments, something like ```rs #[cached] fn hello(a: usize, #[cached(skip)] b: String) ``` would be nicer to use IMO.
This is related to e.g. #67, but for the simple usecase of just wanting to ignore one or two arguments, something like
would be nicer to use IMO.