key method

_CashKey<Handler> key(
  1. int x
)

Implementation

_CashKey<Handler> key(int x) {
  return _CashKey<Handler>(x, this);
}