Package org.gatein.pc.api.cache
Class CacheLevel
- java.lang.Object
-
- org.gatein.pc.api.cache.CacheLevel
-
- All Implemented Interfaces:
Serializable
public final class CacheLevel extends Object implements Serializable
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CacheLevelFULLstatic CacheLevelPAGEstatic CacheLevelPORTLET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CacheLevelcreate(String name)booleanequals(Object o)inthashCode()Stringname()
-
-
-
Field Detail
-
FULL
public static final CacheLevel FULL
-
PORTLET
public static final CacheLevel PORTLET
-
PAGE
public static final CacheLevel PAGE
-
-