Package org.aoju.bus.starter.storage
Class StorageProviderService
java.lang.Object
org.aoju.bus.starter.storage.StorageProviderService
存储服务提供
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.aoju.bus.cache.metric.ExtendCache -
Constructor Summary
ConstructorsConstructorDescriptionStorageProviderService(StorageProperties properties) StorageProviderService(StorageProperties properties, org.aoju.bus.cache.metric.ExtendCache extendCache) -
Method Summary
-
Field Details
-
properties
-
extendCache
public org.aoju.bus.cache.metric.ExtendCache extendCache
-
-
Constructor Details
-
StorageProviderService
-
StorageProviderService
public StorageProviderService(StorageProperties properties, org.aoju.bus.cache.metric.ExtendCache extendCache)
-
-
Method Details
-
register
public static void register(org.aoju.bus.storage.Registry type, org.aoju.bus.storage.Context context) 注册组件- Parameters:
type- 组件名称context- 组件对象
-
require
public org.aoju.bus.storage.Provider require(org.aoju.bus.storage.Registry type)
-