use app.getCacheUsage() instead of accessing NodeManager
This commit is contained in:
parent
1d8329cfde
commit
63f3faf811
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue