【发布时间】:2017-10-22 06:52:27
【问题描述】:
我在我的游戏应用程序中使用cacheApi,我想知道我是否可以设置一些缓存清理超时?
我在方法中使用cacheApi 对象作为if the data is in cache bring from cache, if not, so go get it from the server with an api call
现在我希望每 24 小时清理一次缓存,以便能够从服务器获取新数据。
我是如何完成这样的事情的?
【问题讨论】:
标签: java scala caching playframework