C# Класс CrystalMpq.MpqNameCache

Represents a cache of file names for MpqArchive.
Multiple MpqArchive in the same file system are likely to share the same filename. Using a common cache for these archives will allow a reduction in memory footprint, and possibly an increase in cache efficiency.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsFilenameCached ( string value ) : string

Determines whether the specified filename is cached.

MpqNameCache ( ) : System

Initializes a new instance of the MpqNameCache class.

Приватные методы

Метод Описание
GetCachedFilename ( string value ) : string
GetCachedFilenameInternal ( string value, bool allowCaching ) : string

Описание методов

IsFilenameCached() публичный Метод

Determines whether the specified filename is cached.
public IsFilenameCached ( string value ) : string
value string The value to look up in the cache.
Результат string

MpqNameCache() публичный Метод

Initializes a new instance of the MpqNameCache class.
public MpqNameCache ( ) : System
Результат System