具有方法

Future has(
  1. String cacheName
)

实现

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