Uses of Class
com.biglybt.core.diskmanager.cache.impl.CacheFileManagerImpl
-
Packages that use CacheFileManagerImpl Package Description com.biglybt.core.diskmanager.cache.impl -
-
Uses of CacheFileManagerImpl in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as CacheFileManagerImpl Modifier and Type Field Description protected CacheFileManagerImpl
CacheFileManagerStatsImpl. manager
protected CacheFileManagerImpl
CacheFileWithCache. manager
protected CacheFileManagerImpl
CacheFileWithoutCache. manager
private CacheFileManagerImpl
CacheFileWithoutCacheMT. manager
Constructors in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileManagerImpl Constructor Description CacheFileManagerStatsImpl(CacheFileManagerImpl _manager)
CacheFileWithCache(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
CacheFileWithoutCache(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
CacheFileWithoutCacheMT(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
-