- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for reuseWorksForVariousCacheSizes (0.65 sec)
-
src/test/java/jcifs/smb/BufferCacheImplTest.java
@ParameterizedTest @ValueSource(ints = { 1, 2 }) @DisplayName("Parameterized: buffer reuse works for various small cache sizes") void reuseWorksForVariousCacheSizes(int cacheSize) { BufferCacheImpl impl = new BufferCacheImpl(cacheSize, 6); byte[] toRelease = new byte[5]; toRelease[0] = 42; impl.releaseBuffer(toRelease);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.5K bytes - Viewed (0)