Improved logs.
This commit is contained in:
parent
0017f5a84e
commit
f90a88521f
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class KissDispatcher
|
||||||
public void clear()
|
public void clear()
|
||||||
{
|
{
|
||||||
this.cache.clear();
|
this.cache.clear();
|
||||||
|
logger.info("KissDispatcher PATHINFO Cache: CLEARED");
|
||||||
KissDispatcherFactory.instance().clearCache();
|
KissDispatcherFactory.instance().clearCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,7 @@ public class KissDispatcherFactory
|
||||||
public void clearCache()
|
public void clearCache()
|
||||||
{
|
{
|
||||||
this.cache.clear();
|
this.cache.clear();
|
||||||
|
logger.info("KissDispatcherFactory Servlet Cache: CLEARED");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue