MCPcopy Index your code
hub / github.com/ebean-orm/ebean / value

Method value

ebean-redis/src/main/java/io/ebean/redis/RedisCache.java:97–102  ·  view source on GitHub ↗
(Object data)

Source from the content-addressed store, hash-verified

95 }
96
97 private byte[] value(Object data) {
98 if (data == null) {
99 return null;
100 }
101 return valueEncode.encode(data);
102 }
103
104 private Object valueDecode(byte[] data) {
105 try {

Callers 2

putMethod · 0.95
putAllMethod · 0.95

Calls 1

encodeMethod · 0.65

Tested by

no test coverage detected