查询 key 对应的 Floating 是否存在
key
bool containsFloating(Object key) { return _floatingCache.containsKey(key); }