Added expiring time for ModelKnowledge
This commit is contained in:
parent
ae136f9567
commit
85935c71d7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue