LruCacheSingleton constructor
LruCacheSingleton()
Factory constructor to return the singleton instance.
Implementation
factory LruCacheSingleton() => _instance;
Factory constructor to return the singleton instance.
factory LruCacheSingleton() => _instance;