Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.orm
Interface CacheMode

All Known Implementing Classes:
CacheModeImpl

public interface CacheMode


Field Summary
static CacheMode GET
           
static CacheMode IGNORE
           
static CacheMode NORMAL
           
static CacheMode PUT
           
static CacheMode REFRESH
           
 
Method Summary
 String getName()
           
 

Field Detail

GET

static final CacheMode GET

IGNORE

static final CacheMode IGNORE

NORMAL

static final CacheMode NORMAL

PUT

static final CacheMode PUT

REFRESH

static final CacheMode REFRESH
Method Detail

getName

String getName()

Liferay 6.1.2-ce-ga3