concatenationtype.java
来自「memcached JAVA客户端API,应用广泛,运行比较稳定。」· Java 代码 · 共 16 行
JAVA
16 行
package net.spy.memcached.ops;/** * Types of concatenation operations. */public enum ConcatenationType { /** * Concatenate supplied data to the end of the existing data. */ append, /** * Concatenate existing data onto the end of the supplied data. */ prepend}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?