Commit f090d5da authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Added clear functionality to cache

parent 73ef8fb6
......@@ -31,4 +31,6 @@ public interface CachingComponent extends HostComponent {
<T extends PointInformation> boolean containsEntry(T pCacheEntry);
<T extends PointInformation> void storeCacheEntry(T pCacheEntry);
void 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