hashCache property

Cache<String, String> hashCache
getter/setter pair

Implementation

Cache<String, String> hashCache = Cache.lru(50);