save abstract method

void save(
  1. P params,
  2. Entity<D> entity
)

Saves data to cache params Caching key entity Entity to cache

Implementation

void save(P params, Entity<D> entity);