Get a specific data from cache using type and name
dynamic get(String type, String name) { return _cache[type + ':' + name]; }