Class DebugCacheAccess
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.DebugCacheAccess
public class DebugCacheAccess extends Object
Generates a prints a report of the current cache state
-
Constructor Summary
Constructors Constructor Description DebugCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)
Default constructor -
Method Summary
Modifier and Type Method Description void
dump()
Prints the report for the current cache state
-
Constructor Details
-
DebugCacheAccess
public DebugCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)Default constructor- Parameters:
downloadCache
-DownloadCache
parsingCache
-ParsingCache
validationCache
-ValidationCache
-
-
Method Details
-
dump
public void dump()Prints the report for the current cache state
-