Skip to content

Commit 99a05d3

Browse files
generatedunixname226714639793621facebook-github-bot
authored andcommitted
fbcode/cachelib/experimental/objcache
Differential Revision: D43869089 fbshipit-source-id: 57d359fa8cfeaca395f636f6d3997a934afca94a
1 parent 0bdb935 commit 99a05d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cachelib/experimental/objcache/ObjectCachePersistence.thrift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
namespace cpp2 facebook.cachelib.objcache.serialization
1818

1919
struct Item {
20-
1: byte poolId
21-
2: i32 creationTime,
22-
3: i32 expiryTime,
23-
4: string key,
24-
5: string payload,
20+
1: byte poolId;
21+
2: i32 creationTime;
22+
3: i32 expiryTime;
23+
4: string key;
24+
5: string payload;
2525
}

0 commit comments

Comments
 (0)