RepositoryCacheStorage constructor

const RepositoryCacheStorage()

An abstract storage to cache data from repositories. It is used by the Repository class and wraps an implementation of a cache storage.

Implementation

const RepositoryCacheStorage();