From 63f3faf811b94ef509f0231900d5af5406b08d86 Mon Sep 17 00:00:00 2001 From: stefanp Date: Fri, 22 Nov 2002 09:56:40 +0000 Subject: [PATCH] use app.getCacheUsage() instead of accessing NodeManager --- src/helma/framework/core/ApplicationBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/core/ApplicationBean.java b/src/helma/framework/core/ApplicationBean.java index 8ba8459a..6ad61171 100644 --- a/src/helma/framework/core/ApplicationBean.java +++ b/src/helma/framework/core/ApplicationBean.java @@ -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() {