UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

5 lines (4 loc) 225 B
export type SpringCacheSourceType = { addEntryToCache?(entry: { entry: string }): void; addEntityToCache?(entry: { entityAbsoluteClass: string; relationships?: { propertyName: string; collection: boolean }[] }): void; };