Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我浏览了worklight的培训材料。了解到worklight中的适配器具有可伸缩性。我看到工作灯适配器使用缓存来减少对数据库的访问次数。这个缓存如何减少命中次数?
Worklight 不再支持 SQL 适配器的可伸缩性。
在以前的 Worklight 版本中,您可以使用 Worklight 服务器来缓存查询和结果。
在将查询发送到后端之前,您可以检查过去是否发送了确切的查询(有一个参数表明要保留此缓存多长时间)并在不调用后端的情况下从缓存中返回结果。