ygerzhedovich commented on code in PR #6467: URL: https://github.com/apache/ignite-3/pull/6467#discussion_r2297840532
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/cache/CacheFactory.java: ########## @@ -41,4 +43,16 @@ public interface CacheFactory { * @param <V> Type of the value object. */ <K, V> Cache<K, V> create(int size, StatsCounter statCounter); + + /** + * Creates a cache of the required size and controls whether statistics should be collected. Review Comment: statistics? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org