Skip to content
Snippets Groups Projects
Commit da947bf1 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Add CacheHints.toString()

parent 93eaccfb
No related branches found
No related tags found
No related merge requests found
......@@ -131,4 +131,10 @@ public class CacheHints
{
return hashcode;
}
@Override
public String toString()
{
return "(" + loadingStrategy + ", " + queuePriority + ", " + Boolean.toString( enqueuToFront ) + ")";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment