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() {