Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74a6453

Browse filesBrowse files
author
qiujiayu
committed
add false
1 parent e011ac6 commit 74a6453
Copy full SHA for 74a6453

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/test/java/com/test/SpELTest.java

Copy file name to clipboardExpand all lines: src/test/java/com/test/SpELTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static void main(String[] args) {
88
String keySpEL="test";
99
Object[] arguments=new Object[]{"1111", "2222"};
1010

11-
String res=CacheUtil.getDefinedCacheKey(keySpEL, arguments, null);
11+
String res=CacheUtil.getDefinedCacheKey(keySpEL, arguments, null, false);
1212
System.out.println(res);
1313
Boolean rv=CacheUtil.getElValue("#empty(#args)", arguments, Boolean.class);
1414
System.out.println(rv);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.