This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Cache class that caches object by its key. If more than the given number of items are in the cache, random items are removed from the cache. This class is not thread safe.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class KeyValueCache<T, U> : <T, U>, 
	<<T, U>>, <<T, U>>, 
	, 
Visual Basic (Declaration)Copy imageCopy Code
Public Class KeyValueCache(Of T, U) _
	Implements (Of T, U), (Of (Of T, U)),  _
	(Of (Of T, U)), , 

Type Parameters

T
U

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..KeyValueCache<(Of <(<'T, U>)>)>

See Also

Advanced