Uses of Class
org.duracloud.durastore.util.StorageProviderFactoryCache
-
Packages that use StorageProviderFactoryCache Package Description org.duracloud.durastore.config org.duracloud.durastore.rest -
-
Uses of StorageProviderFactoryCache in org.duracloud.durastore.config
Methods in org.duracloud.durastore.config with parameters of type StorageProviderFactoryCache Modifier and Type Method Description List<AccountComponentCache<?>>AccountComponentCacheConfig. globalStores(UserDetailsServiceCache userDetailsServiceCache, StorageProviderFactoryCache storageProviderFactoryCache, TaskProviderFactoryCache taskProviderFactoryCache) -
Uses of StorageProviderFactoryCache in org.duracloud.durastore.rest
Methods in org.duracloud.durastore.rest that return StorageProviderFactoryCache Modifier and Type Method Description StorageProviderFactoryCacheStorageProviderFactoryBean. getStorageProviderFactoryCache()Methods in org.duracloud.durastore.rest with parameters of type StorageProviderFactoryCache Modifier and Type Method Description voidStorageProviderFactoryBean. setStorageProviderFactoryCache(StorageProviderFactoryCache storageProviderFactoryCache)
-