Creates a new cache based on the given {@link Retriever} and with given maximum size.
Namespace: NReco.CF.Taste.Impl.CommonAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- retriever
- Type: NReco.CF.Taste.Impl.Common IRetriever K, V
object which can retrieve values for keys
- maxEntries
- Type: System Int32
maximum number of entries the cache will store before evicting some
See Also