Initializes a new LruCache instance with the specified settings.
If a new item is added to the cache after the size limit specified by maxSize has been reached, a collection is started. In the first round all invalid entries are removed. If the free space after the first round is less than minFreeAfterCollect, the least recently used items are removed until the free space reaches minFreeAfterCollect.
Namespace: TechTalk.Genome
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation