CachedStorage<E> constructor

CachedStorage<E>(
  1. Storage<E> _inner
)

Implementation

CachedStorage(this._inner);