12 #include <Atoms/Globals.h>
15 #include <Atoms/AnimationClip.h>
16 #include <AtomsCore/Skeleton.h>
25 void insert(
const std::string& filePath,
const std::string& filter,
const T& value);
27 bool contains(
const std::string& filePath,
const std::string& filter);
31 bool hasChanged(
const std::string& filePath);
33 const T* get(
const std::string& filePath,
const std::string& filter);
36 std::map<std::pair<std::string, std::string>, T> m_cache;
37 std::map<std::string, std::pair<time_t, off_t>> m_dataCache;
Animation clip.
Definition: AnimationClip.h:221
Definition: FileCache.h:22
Skeleton class.
Definition: Skeleton.h:68
Atoms namespace.
Definition: Agent.h:29