1 #ifndef CACHE_HPP_INCLUDED
2 #define CACHE_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
Cache & operator=(Cache &&Obj)=default
Cache(const Cache &Obj)=default
IterableHashTable GetIterableHashTable() const
IterableQueue GetIterableQueue() const
Cache(Cache &&Obj)=default
Cache & operator=(const Cache &Obj)=default