comparison Plugin/Cache/CacheScheduler.h @ 115:c8ca47a67bf3

automatic clearing of the cache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Dec 2015 17:08:51 +0100
parents a6ba21a083e5
children 3809121c3290
comparison
equal deleted inserted replaced
114:628697fdfcbd 115:c8ca47a67bf3
79 79
80 void Prefetch(int bundle, 80 void Prefetch(int bundle,
81 const std::string& item); 81 const std::string& item);
82 82
83 ICacheFactory& GetFactory(int bundle); 83 ICacheFactory& GetFactory(int bundle);
84
85 void SetProperty(CacheProperty property,
86 const std::string& value);
87
88 bool LookupProperty(std::string& target,
89 CacheProperty property);
90
91 void Clear();
84 }; 92 };
85 } 93 }