Interface AuthorMigrationCache

All Known Implementing Classes:
AuthorMigrationCacheImpl

public interface AuthorMigrationCache
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable ExtendedAuthor
    get(long authorId)
     
    void
     
  • Method Details

    • get

      @Nullable @Nullable ExtendedAuthor get(long authorId)
    • reset

      void reset()