ReactOS 0.4.16-dev-401-g45b008d
|
#include <ls.h>
Public Attributes | |
char * | itempath |
FileInfoList | fil |
time_t | expiration |
int | hits |
time_t LsCacheItem::expiration |
Definition at line 13 of file ls.h.
Referenced by FlushLsCacheItem(), and LsCacheAdd().
FileInfoList LsCacheItem::fil |
Definition at line 12 of file ls.h.
Referenced by GetLsCacheFileList(), and Ls().
int LsCacheItem::hits |
Definition at line 14 of file ls.h.
Referenced by LsCacheAdd(), and LsCacheLookup().
char* LsCacheItem::itempath |
Definition at line 11 of file ls.h.
Referenced by FlushLsCacheItem(), LsCacheAdd(), and LsCacheLookup().