包含 方法

Future 包含(
  1. String cacheName
)

实现

Future has(String cacheName) =>
    promiseToFuture(JS("", "#.has(#)", this, cacheName));