RepositoryCache

public void RepositoryCache(boolean multitenant, RepositoryCache.Load<I, E> loadFn, RepositoryCache.Store<E> storeFn)

Creates the instance of the cache considering the multi-tenancy setting, the function to load entities and the function to store the entity .