Uses of Class
com.biglybt.core.diskmanager.cache.impl.CacheFileWithCache
Packages that use CacheFileWithCache
-
Uses of CacheFileWithCache in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as CacheFileWithCacheMethods in com.biglybt.core.diskmanager.cache.impl that return CacheFileWithCacheMethods in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileWithCacheModifier and TypeMethodDescriptionprotected CacheEntry
CacheFileManagerImpl.allocateCacheSpace
(int entry_type, CacheFileWithCache file, DirectByteBuffer buffer, long file_position, int length) allocates space but does NOT add it to the cache list due to synchronization issues.protected void
CacheFileManagerImpl.closeFile
(CacheFileWithCache file) Constructors in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileWithCacheModifierConstructorDescriptionprotected
CacheEntry
(int _entry_type, CacheFileWithCache _file, DirectByteBuffer _buffer, long _file_position, int _size)