Cache<D> typedef

Cache<D> = Set<D>

The cached values of Dependencies.

Implementation

typedef Cache<D> = Set<D>;