Interface AuthorMigrationCache
-
- All Known Implementing Classes:
AuthorMigrationCacheImpl
public interface AuthorMigrationCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ExtendedAuthor
get(long authorId)
void
reset()
-
-
-
Method Detail
-
get
@Nullable @Nullable ExtendedAuthor get(long authorId)
-
reset
void reset()
-
-