summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldiskcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llfilesystem/lldiskcache.h')
-rw-r--r--indra/llfilesystem/lldiskcache.h22
1 files changed, 5 insertions, 17 deletions
diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/lldiskcache.h
index 12599a132e..34a4fda756 100644
--- a/indra/llfilesystem/lldiskcache.h
+++ b/indra/llfilesystem/lldiskcache.h
@@ -40,23 +40,6 @@ class LLDiskCache :
virtual ~LLDiskCache() = default;
public:
- ///**
- // * The location of the cache dir is set in llappviewer at startup via the
- // * saved settings parameters. We do not have access to those saved settings
- // * here in LLCommon so we must provide an accessor for other classes to use
- // * when they need it - e.g. LLFilesystem needs the path so it can write files
- // * to it.
- // */
- //const std::string getCacheDirName() { return mCacheDir; }
-
- ///**
- // * Each cache filename has a prefix inserted (see definition of the
- // * mCacheFilenamePrefix variable below for why) but the LLFileSystem
- // * component needs access to it to in order to create the file so we
- // * expose it by a getter here.
- // */
- //const std::string getCacheFilenamePrefix() { return mCacheFilenamePrefix; }
-
/**
* Construct a filename and path to it based on the file meta data
* (id, asset type, additional 'extra' info like discard level perhaps)
@@ -86,6 +69,11 @@ class LLDiskCache :
*/
void clearCache(const std::string cache_dir);
+ /**
+ * Return some information about the cache for use in About Box etc.
+ */
+ const std::string getCacheInfo();
+
private:
/**
* Utility function to gather the total size the files in a given