Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ebean-orm/ebean
/ key
Method
key
ebean-redis/src/main/java/io/ebean/redis/RedisCache.java:93–95 ·
view source on GitHub ↗
(Object id)
Source
from the content-addressed store, hash-verified
91
}
92
93
private
byte[] key(Object id) {
94
return
keyEncode.encode(id);
95
}
96
97
private
byte[] value(Object data) {
98
if
(data == null) {
Callers
5
get
Method · 0.95
put
Method · 0.95
putAll
Method · 0.95
remove
Method · 0.95
keysAsBytes
Method · 0.95
Calls
1
encode
Method · 0.65
Tested by
no test coverage detected