Uses of Class
com.axway.apim.adapter.CacheType
-
Packages that use CacheType Package Description com.axway.apim.adapter com.axway.apim.lib -
-
Uses of CacheType in com.axway.apim.adapter
Methods in com.axway.apim.adapter that return CacheType Modifier and Type Method Description static CacheTypeCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheType[]CacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axway.apim.adapter with parameters of type CacheType Modifier and Type Method Description static <K,V>
org.ehcache.Cache<K,V>APIManagerAdapter. getCache(CacheType cacheType, Class<K> key, Class<V> value) -
Uses of CacheType in com.axway.apim.lib
Methods in com.axway.apim.lib that return types with arguments of type CacheType Modifier and Type Method Description List<CacheType>CoreParameters. clearCaches()protected List<CacheType>CoreParameters. createCacheList(String configString)List<CacheType>StandardImportParams. getEnabledCacheTypes()Method parameters in com.axway.apim.lib with type arguments of type CacheType Modifier and Type Method Description voidAPIMCLICacheManager. setEnabledCaches(List<CacheType> enabledCaches)
-