15 Nisan 2019 Pazartesi

LRUMap Sınıfı

Giriş
Açıklaması şöyle.
A Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.
constructor
Şöyle yaparız.
int maxSize= 1024
LRUMap myCacheMap = new LRUMap(maxSize)

Hiç yorum yok:

Yorum Gönder