- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getCacheStatistics (0.07 seconds)
-
src/main/java/jcifs/smb1/smb1/BufferCache.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 4.2K bytes - Click Count (0) -
src/test/java/jcifs/smb/CriticalPerformanceTest.java
assertEquals(threadCount * operationsPerThread, allocations.get()); assertEquals(threadCount * operationsPerThread, releases.get()); // Verify cache statistics String stats = BufferCache.getCacheStatistics(); assertNotNull(stats, "Cache statistics should be available"); System.out.println("Buffer Cache Stats: " + stats); } /**
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 15.3K bytes - Click Count (0)