use app.getCacheUsage() instead of accessing NodeManager

This commit is contained in:
stefanp 2002-11-22 09:56:40 +00:00
parent 1d8329cfde
commit 63f3faf811

View file

@ -115,7 +115,7 @@ public class ApplicationBean implements Serializable {
// getter methods for readonly properties of this application
public int getcacheusage () {
return app.nmgr.countCacheEntries ();
return app.getCacheUsage ();
}
public INode getdata() {