Primary Maintainer: Chandra Prakash (prakash@maidsafe.net)
|Crate|Linux/OS X|Windows|Coverage|Issues|
|:---:|:--------:|:-----:|:------:|:----:|
||
|
|
|
|
| API Documentation - master branch | SAFE Network System Documention | MaidSafe website | Safe Community site | |:------:|:-------:|:-------:|:-------:|
A size or time based message filter that takes any generic type as a key and will drop keys after a time period, or once size of container is reached (LRU Cache pattern). The filter has Add key method only, a delete function will be added at a later stage. This is a handy container for network based systems to filter previously seen messages.