MCPcopy 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

getMethod · 0.95
putMethod · 0.95
putAllMethod · 0.95
removeMethod · 0.95
keysAsBytesMethod · 0.95

Calls 1

encodeMethod · 0.65

Tested by

no test coverage detected