FrameCache constructor

FrameCache(
  1. Directory root
)

Creates a cache rooted at root (created lazily on first store).

Implementation

FrameCache(this.root);