Class DebugCacheAccess
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.DebugCacheAccess
Generates a prints a report of the current cache state
-
Constructor Summary
ConstructorDescriptionDebugCacheAccess
(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor -
Method Summary
-
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
-