cache property

Map<int, List<num>> cache
getter/setter pair

Implementation

Map<int, List<num>> cache = new Map<int, List<num>>();