Interface ModelCacheFactory

All Known Implementing Classes:
DefaultModelCacheFactory

@Deprecated(since="4.0.0") public interface ModelCacheFactory
Deprecated.
since 4.0.0, use maven-api-impl jar instead
Factory for ModelCache objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    createCache(org.eclipse.aether.RepositorySystemSession session)
    Deprecated.
     
  • Method Details

    • createCache

      ModelCache createCache(org.eclipse.aether.RepositorySystemSession session)
      Deprecated.