comparison Plugin/Cache/CacheScheduler.h @ 96:a6ba21a083e5 refactoring

major refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 18:26:55 +0100
parents a6492d20b2a8
children c8ca47a67bf3
comparison
equal deleted inserted replaced
95:dbe7c97b6b4a 96:a6ba21a083e5
77 int bundle, 77 int bundle,
78 const std::string& item); 78 const std::string& item);
79 79
80 void Prefetch(int bundle, 80 void Prefetch(int bundle,
81 const std::string& item); 81 const std::string& item);
82
83 ICacheFactory& GetFactory(int bundle);
82 }; 84 };
83 } 85 }