gpt4 book ai didi

java - Spring-Cache CacheManager 上的 SPI 意味着什么

转载 作者:行者123 更新时间:2023-12-01 18:24:35 26 4
gpt4 key购买 nike

package org.springframework.cache;

/**
* Spring's central cache manager SPI.
* Allows for retrieving named {@link Cache} regions.
*
* @author Costin Leau
* @since 3.1
*/
public interface CacheManager { ... }

SPI是什么意思?

是“https://en.wikipedia.org/wiki/Serial_Peripheral_Interface”吗?

最佳答案

SPI =:S服务P提供者IN接口(interface)

from wikipedia:

Service Provider Interface (SPI) is an API intended to be implemented or extended by a third party. It can be used to enable framework extension and replaceable components.

关于java - Spring-Cache CacheManager 上的 SPI 意味着什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60246490/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com