- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCacheStatistics (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/BufferCache.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 4.2K bytes - Viewed (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); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.3K bytes - Viewed (0)