Liferay 6.2-ce-ga5

com.liferay.portal.kernel.dao.orm
Class CacheModeImpl

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.CacheModeImpl
All Implemented Interfaces:
CacheMode

public class CacheModeImpl
extends Object
implements CacheMode


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.dao.orm.CacheMode
GET, IGNORE, NORMAL, PUT, REFRESH
 
Constructor Summary
CacheModeImpl(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheModeImpl

public CacheModeImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface CacheMode

Liferay 6.2-ce-ga5