Cache K, V  MethodsNReco.Recommender Class Library

The Cache K, V  type exposes the following members.

Methods

  NameDescription
Public methodClear
Clears the cache.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Returns cached value for a key. If it does not exist, it is loaded using a {@link Retriever}.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Uncaches any existing value for a given key.
Public methodRemoveKeysMatching
Clears all cache entries whose key matches the given predicate.
Public methodRemoveValueMatching
Clears all cache entries whose value matches the given predicate.
Public methodToString (Overrides Object ToString .)
Top
See Also