get abstract method

Entity<D>? get(
  1. P params
)

Returns data if cached params Caching key

Implementation

Entity<D>? get(P params);