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.
我正在像这样获取我的缓存对象
CacheAccess<Object, Object> cache = JCS.getInstance("queries");
我在类路径 cache.ccf 中放置了一个配置文件。出于调试原因,我想以编程方式设置辅助磁盘缓存路径,但不知道如何获取我需要的接口。我知道存在一个可以设置此路径的属性类,但我不知道如何获取引用我正在使用的缓存的此类的实例。有任何想法吗?