Package org.opencms.monitor
Enum CmsMemoryMonitor.CacheType
- All Implemented Interfaces:
Serializable
,Comparable<CmsMemoryMonitor.CacheType>
,java.lang.constant.Constable
- Enclosing class:
- CmsMemoryMonitor
Cache types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAccess Control Lists cache.Content Definition cache.Group cache.Has Role cache.Locale cache.Lock cache.Memory Object cache.Organizational Unit cache.Permission cache.Offline Project cache.Project resources cache.Property cache.Property List cache.Publish history cache.Publish queue cache.Published resources cache.Resource cache.Resource List cache.Role List cache.User cache.User list cache.User Groups cache.VFS Object cache.XML Entity Permanent cache.XML Entity Temporary cache. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsMemoryMonitor.CacheType
Returns the enum constant of this type with the specified name.static CmsMemoryMonitor.CacheType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ACL
Access Control Lists cache. -
CONTENT_DEFINITION
Content Definition cache. -
GROUP
Group cache. -
HAS_ROLE
Has Role cache. -
LOCALE
Locale cache. -
LOCK
Lock cache. -
MEMORY_OBJECT
Memory Object cache. -
ORG_UNIT
Organizational Unit cache. -
PERMISSION
Permission cache. -
PROJECT
Offline Project cache. -
PROJECT_RESOURCES
Project resources cache. -
PROPERTY
Property cache. -
PROPERTY_LIST
Property List cache. -
PUBLISH_HISTORY
Publish history cache. -
PUBLISH_QUEUE
Publish queue cache. -
PUBLISHED_RESOURCES
Published resources cache. -
RESOURCE
Resource cache. -
RESOURCE_LIST
Resource List cache. -
ROLE_LIST
Role List cache. -
USER
User cache. -
USER_LIST
User list cache. -
USERGROUPS
User Groups cache. -
VFS_OBJECT
VFS Object cache. -
XML_ENTITY_PERM
XML Entity Permanent cache. -
XML_ENTITY_TEMP
XML Entity Temporary cache.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-