mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1685 Update ServerCacheFactory to support standard metrics collection
This commit is contained in:
@@ -48,6 +48,7 @@ class DefaultCacheHolder {
|
||||
}
|
||||
|
||||
void visitMetrics(MetricVisitor visitor) {
|
||||
cacheFactory.visit(visitor);
|
||||
for (ServerCache serverCache : allCaches.values()) {
|
||||
serverCache.visit(visitor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user