HDK
|
#include <FS_DiskCache.h>
Public Member Functions | |
Key (const UT_StringRef &value=UT_StringRef(), const UT_StringRef &suffix=UT_StringRef()) | |
const UT_StringHolder & | filename () const |
The key is composed of two main parts: 1) The value is used to uniquely identify the data in the file. This value is hashed to compute the filename in the cache and can be arbitrarily long. 2) The suffix is a short identifier - The first 32 characters of this suffix are appended to the value hash to create the filename. The key will automatically add the current major.minor release of the software (but not the build).
Definition at line 37 of file FS_DiskCache.h.
|
inline |
Definition at line 40 of file FS_DiskCache.h.
|
inline |
Definition at line 45 of file FS_DiskCache.h.