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
47b31d69
Commit
47b31d69
authored
Dec 11, 2017
by
Tobias Meuser
Committed by
Jose Ignacio Monreal Bailey
Aug 20, 2019
Browse files
Working version for WoWMoM
parent
b6d31dd9
Changes
2
Show whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/vehicular/caching/DefaultCachingComponent.java
View file @
47b31d69
...
...
@@ -189,7 +189,7 @@ implements CachingComponent, ConnectivityListener {
@Override
public
String
getNodeDescription
()
{
return
"
"
;
return
"
"
+
getHost
().
getId
()
;
}
@Override
...
...
src/de/tud/kom/p2psim/impl/vehicular/caching/invalidation/CacheInvalidationStrategyType.java
View file @
47b31d69
...
...
@@ -23,7 +23,7 @@ package de.tud.kom.p2psim.impl.vehicular.caching.invalidation;
import
de.tudarmstadt.maki.simonstrator.api.component.vehicular.caching.invalidation.CacheInvalidationStrategy
;
public
enum
CacheInvalidationStrategyType
{
DEFAULT
(
DefaultCacheInvalidationStrategy
.
class
),
TTL
(
TTLBasedCacheInvalidationStrategy
.
class
);
DEFAULT
(
DefaultCacheInvalidationStrategy
.
class
),
NONE
(
DefaultCacheInvalidationStrategy
.
class
),
TTL
(
TTLBasedCacheInvalidationStrategy
.
class
);
private
final
Class
<?
extends
CacheInvalidationStrategy
>
replacementStrategy
;
...
...
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