GenerativeCache constructor

GenerativeCache(
  1. String root
)

Creates a cache rooted at root.

Implementation

GenerativeCache(this.root);