Represents a size limited cache that uses the Least Recently Used strategy to select items to remove if the size limit is reached.
For a list of all members of this type, see LruCache Members.
System.Object
SimpleCache
LruCache
When the size limit is reached, the LruCache will first try to remove all invalid items. If the free space after this is still not enough, it removes the least recently used items until the specified minimum free space is reclaimed.
Namespace: TechTalk.Genome
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation
Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Orcale 9i Release 2, Oracle 10g Release 2