|
Slicer 5.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Describes a top-level item (file or folder) in the cache directory. More...
#include <Libs/MRML/Core/vtkCacheManager.h>
Public Attributes | |
| bool | ExceedsCacheSize |
| true if PruneCache() would remove this entry to bring the cache within its size limit | |
| int | FileCount |
| number of files contained in the directory (0 for file entries) | |
| bool | IsDirectory |
| long long | ModifiedTime |
| std::string | Path |
| unsigned long long | SizeBytes |
Describes a top-level item (file or folder) in the cache directory.
Definition at line 72 of file vtkCacheManager.h.
| bool vtkCacheManager::CacheEntry::ExceedsCacheSize |
true if PruneCache() would remove this entry to bring the cache within its size limit
Definition at line 79 of file vtkCacheManager.h.
| int vtkCacheManager::CacheEntry::FileCount |
number of files contained in the directory (0 for file entries)
Definition at line 78 of file vtkCacheManager.h.
| bool vtkCacheManager::CacheEntry::IsDirectory |
Definition at line 77 of file vtkCacheManager.h.
| long long vtkCacheManager::CacheEntry::ModifiedTime |
Definition at line 76 of file vtkCacheManager.h.
| std::string vtkCacheManager::CacheEntry::Path |
Definition at line 74 of file vtkCacheManager.h.
| unsigned long long vtkCacheManager::CacheEntry::SizeBytes |
Definition at line 75 of file vtkCacheManager.h.