[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMemcacheServicePb.ItemTimestampsOrBuilder\u003c/code\u003e interface provides methods to retrieve timestamp information related to items in a memcache.\u003c/p\u003e\n"],["\u003cp\u003eThis interface allows checking for the presence and retrieving the values of three timestamps: delete lock time, expiration time, and last access time, all in seconds.\u003c/p\u003e\n"],["\u003cp\u003eThe interface offers \u003ccode\u003eget\u003c/code\u003e methods (e.g., \u003ccode\u003egetDeleteLockTimeSec()\u003c/code\u003e) to obtain the timestamp values as \u003ccode\u003elong\u003c/code\u003e and \u003ccode\u003ehas\u003c/code\u003e methods (e.g., \u003ccode\u003ehasDeleteLockTimeSec()\u003c/code\u003e) to check for the existence of each timestamp, returning a \u003ccode\u003eboolean\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface implements \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.ItemTimestampsOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.ItemTimestampsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getDeleteLockTimeSec()\n\n public abstract long getDeleteLockTimeSec()\n\n### getExpirationTimeSec()\n\n public abstract long getExpirationTimeSec()\n\n### getLastAccessTimeSec()\n\n public abstract long getLastAccessTimeSec()\n\n### hasDeleteLockTimeSec()\n\n public abstract boolean hasDeleteLockTimeSec()\n\n### hasExpirationTimeSec()\n\n public abstract boolean hasExpirationTimeSec()\n\n### hasLastAccessTimeSec()\n\n public abstract boolean hasLastAccessTimeSec()"]]