Hacker News new | ask | show | jobs
by fletchowns 5585 days ago
Or if you are using Objectify:

  @Cached
  public class MyEntity {
      @Id Long id;
      ...
  }
:)