Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
7e2a5097
Commit
7e2a5097
authored
Sep 18, 2017
by
Tobias Meuser
Browse files
Added clear functionality to cache
parent
eec8b45b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/vehicular/caching/DefaultCachingComponent.java
View file @
7e2a5097
...
...
@@ -108,4 +108,9 @@ public class DefaultCachingComponent implements CachingComponent, ConnectivityLi
}
@Override
public
void
clear
()
{
_cache
.
clear
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment