IRefreshable InterfaceNReco.Recommender Class Library
Implementations of this interface have state that can be periodically refreshed. For example, an implementation instance might contain some pre-computed information that should be periodically refreshed. The Refresh(IList IRefreshable ) method triggers such a refresh.

All Taste components implement this. In particular, IRecommenders do. Callers may want to call Refresh(IList IRefreshable ) periodically to re-compute information throughout the system and bring it up to date, though this operation may be expensive.

Namespace: NReco.CF.Taste.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IRefreshable

The IRefreshable type exposes the following members.

Methods

  NameDescription
Public methodRefresh
Top
See Also