Package org.duracloud.durastore.config
Class AccountComponentCacheConfig
- java.lang.Object
-
- org.duracloud.durastore.config.AccountComponentCacheConfig
-
@Configuration public class AccountComponentCacheConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountComponentCacheConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappName()List<AccountComponentCache<?>>globalStores(UserDetailsServiceCache userDetailsServiceCache, StorageProviderFactoryCache storageProviderFactoryCache, TaskProviderFactoryCache taskProviderFactoryCache)
-
-
-
Method Detail
-
appName
@Bean public String appName()
-
globalStores
@Bean public List<AccountComponentCache<?>> globalStores(UserDetailsServiceCache userDetailsServiceCache, StorageProviderFactoryCache storageProviderFactoryCache, TaskProviderFactoryCache taskProviderFactoryCache)
-
-