public class CaffeineLocalCache extends Object implements LocalCache
| 构造器和说明 |
|---|
CaffeineLocalCache(com.github.benmanes.caffeine.cache.Cache<String,groovy.lang.GroovyObject> cache) |
public CaffeineLocalCache(com.github.benmanes.caffeine.cache.Cache<String,groovy.lang.GroovyObject> cache)
public groovy.lang.GroovyObject getIfPresent(String key)
getIfPresent 在接口中 LocalCachepublic void put(String key, groovy.lang.GroovyObject groovyObject)
put 在接口中 LocalCachepublic String stats()
stats 在接口中 LocalCacheCopyright © 2023. All rights reserved.