Skip to content

Commit

Permalink
Removed cacheable and cacheconfig of spring-boot-starter-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
binitshrest committed Sep 6, 2024
1 parent 7fd1501 commit 927560b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* workflow definition log mapper interface
*/
// @CacheConfig(cacheNames = "processDefinition", keyGenerator = "cacheKeyGenerator")

public interface WorkflowDefinitionLogMapper extends BaseMapper<WorkflowDefinitionLog> {

/**
Expand All @@ -40,7 +40,7 @@ public interface WorkflowDefinitionLogMapper extends BaseMapper<WorkflowDefiniti
* @param version version number
* @return the workflow definition version info
*/
// @Cacheable(sync = true)

WorkflowDefinitionLog queryByDefinitionCodeAndVersion(@Param("code") long code, @Param("version") int version);

/**
Expand Down

0 comments on commit 927560b

Please sign in to comment.