Commit 7e2a5097 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Added clear functionality to cache

parent eec8b45b
......@@ -108,4 +108,9 @@ public class DefaultCachingComponent implements CachingComponent, ConnectivityLi
}
@Override
public void clear() {
_cache.clear();
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment