var searchIndex = {}; searchIndex["lru_time_cache"] = {"doc":"#lru cache limited via size or time","items":[[3,"LruCache","lru_time_cache","Provides a Last Recently Used caching algorithm in a container which may be limited by size or time, reordered to most recently seen.",null,null],[11,"with_capacity","","",0,{"inputs":[{"name":"usize"}],"output":{"name":"lrucache"}}],[11,"with_expiry_duration","","Constructor for time based LruCache",0,{"inputs":[{"name":"duration"}],"output":{"name":"lrucache"}}],[11,"with_expiry_duration_and_capacity","","Constructor for dual feature capacity, or time based LruCache",0,{"inputs":[{"name":"duration"},{"name":"usize"}],"output":{"name":"lrucache"}}],[11,"add","","Add a key/value pair to cache",0,null],[11,"remove","","Remove a key/value pair from cache",0,null],[11,"get","","Retrieve a value from cache",0,null],[11,"check","","Check for existence of a key",0,null],[11,"len","","Current size of cache",0,null],[11,"retrieve_all","","",0,null]],"paths":[[3,"LruCache"]]}; initSearch(searchIndex);