cache property

Map<String, CacheObject> cache
getter/setter pair

Implementation

var cache = <String, CacheObject>{};