Library: Foundation
Package: Cache
Header: Poco/LRUCache.h
An LRUCache implements Least Recently Used caching. The default size for a cache is 1024 entries
Direct Base Classes: AbstractCache < TKey, TValue, LRUStrategy < TKey, TValue > >
All Base Classes: AbstractCache < TKey, TValue, LRUStrategy < TKey, TValue > >
 
 LRUCache(
    long size = 1024
);
 
 ~LRUCache();