BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.LruCache< TileInformation, TValue > Class Template Reference

Classes

class  Info
 

Public Member Functions

 LruCache (int capacity)
 
TValue Get (Info key)
 
void Add (Info key, TValue value)
 

Detailed Description

Definition at line 13 of file ISlideSource.cs.

Constructor & Destructor Documentation

◆ LruCache()

BioCore.LruCache< TileInformation, TValue >.LruCache ( int  capacity)

Definition at line 24 of file ISlideSource.cs.

Member Function Documentation

◆ Add()

void BioCore.LruCache< TileInformation, TValue >.Add ( Info  key,
TValue  value 
)

Definition at line 44 of file ISlideSource.cs.

◆ Get()

TValue BioCore.LruCache< TileInformation, TValue >.Get ( Info  key)

Definition at line 29 of file ISlideSource.cs.


The documentation for this class was generated from the following file: