Uses of Interface
top.tangyh.basic.base.service.SuperCacheService
Packages that use SuperCacheService
-
Uses of SuperCacheService in top.tangyh.basic.base.controller
Classes in top.tangyh.basic.base.controller with type parameters of type SuperCacheServiceModifier and TypeClassDescriptionclassSuperCacheController<S extends SuperCacheService<Id,Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO, PageQuery, ResultVO> SuperCacheControllerclassSuperExcelController<S extends SuperCacheService<Id,Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO, PageQuery, ResultVO> 导入导出Methods in top.tangyh.basic.base.controller that return SuperCacheServiceModifier and TypeMethodDescriptionSuperCacheController.getSuperService()SuperExcelController.getSuperService() -
Uses of SuperCacheService in top.tangyh.basic.base.service.impl
Classes in top.tangyh.basic.base.service.impl that implement SuperCacheServiceModifier and TypeClassDescriptionclassSuperCacheServiceImpl<M extends SuperCacheManager<Entity>,Id extends Serializable, Entity extends SuperEntity<?>> 基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:id