Added expiring time for ModelKnowledge

This commit is contained in:
luca.frosini 2023-10-31 15:44:38 +01:00
parent ae136f9567
commit 85935c71d7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ContextCache {
protected ContextCacheRenewal contextCacheRenewal;
// in millisec used for logging purposes only
// in millisec used only for logging and debugging
protected Calendar creationTime;
// in millisec
protected Calendar expiringTime;