2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

public class

DirectMemoryConstants

extends Object
java.lang.Object
   ↳ org.apache.directmemory.server.commons.DirectMemoryConstants

Summary

Constants
String CACHE_CONTENT_FIELD_NAME
String EXPIRES_IN_FIELD_NAME
String FOUND_FIELD_NAME
String KEY_FIELD_NAME
String PUT_FIELD_NAME
String SERIALIZER_FIELD_NAME
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CACHE_CONTENT_FIELD_NAME

Constant Value: "cacheContent"

public static final String EXPIRES_IN_FIELD_NAME

Constant Value: "expiresIn"

public static final String FOUND_FIELD_NAME

Constant Value: "found"

public static final String KEY_FIELD_NAME

Constant Value: "key"

public static final String PUT_FIELD_NAME

Constant Value: "put"

public static final String SERIALIZER_FIELD_NAME

Constant Value: "serializer"