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

All Known Implementing Classes:
CacheModeImpl

public interface CacheMode

View Source

Author:
Brian Wing Shun Chan

Field Summary
static CacheMode GET
           
static CacheMode IGNORE
           
static CacheMode NORMAL
           
static CacheMode PUT
           
static CacheMode REFRESH
           
 
Method Summary
 java.lang.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

java.lang.String getName()