Slicer 5.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkCacheManager::CacheEntry Struct Reference

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
 

Detailed Description

Describes a top-level item (file or folder) in the cache directory.

Definition at line 72 of file vtkCacheManager.h.

Member Data Documentation

◆ ExceedsCacheSize

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.

◆ FileCount

int vtkCacheManager::CacheEntry::FileCount

number of files contained in the directory (0 for file entries)

Definition at line 78 of file vtkCacheManager.h.

◆ IsDirectory

bool vtkCacheManager::CacheEntry::IsDirectory

Definition at line 77 of file vtkCacheManager.h.

◆ ModifiedTime

long long vtkCacheManager::CacheEntry::ModifiedTime

Definition at line 76 of file vtkCacheManager.h.

◆ Path

std::string vtkCacheManager::CacheEntry::Path

Definition at line 74 of file vtkCacheManager.h.

◆ SizeBytes

unsigned long long vtkCacheManager::CacheEntry::SizeBytes

Definition at line 75 of file vtkCacheManager.h.


The documentation for this struct was generated from the following file: