com.aelitis.azureus.core.diskmanager.cache
Interface CacheFileOwner

All Known Implementing Classes:
DiskManagerFileInfoImpl

public interface CacheFileOwner


Field Summary
static int CACHE_MODE_EXPERIMENTAL
           
static int CACHE_MODE_NO_CACHE
           
static int CACHE_MODE_NORMAL
           
 
Method Summary
 File getCacheFileControlFileDir()
           
 String getCacheFileOwnerName()
           
 TOTorrentFile getCacheFileTorrentFile()
           
 int getCacheMode()
           
 

Field Detail

CACHE_MODE_NORMAL

static final int CACHE_MODE_NORMAL
See Also:
Constant Field Values

CACHE_MODE_NO_CACHE

static final int CACHE_MODE_NO_CACHE
See Also:
Constant Field Values

CACHE_MODE_EXPERIMENTAL

static final int CACHE_MODE_EXPERIMENTAL
See Also:
Constant Field Values
Method Detail

getCacheFileOwnerName

String getCacheFileOwnerName()

getCacheFileTorrentFile

TOTorrentFile getCacheFileTorrentFile()

getCacheFileControlFileDir

File getCacheFileControlFileDir()

getCacheMode

int getCacheMode()