public class CacheConfiguration extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
m_Name
The cache name.
|
Constructor and Description |
---|
CacheConfiguration()
Constructs a cache configuration.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this cache configuration.
|
String |
getName()
Gets the cache name.
|
void |
setName(String name)
Sets the cache name.
|
protected String m_Name
public CacheConfiguration()
public final void setName(String name)
The cache name is included in the String generated by
CachePerformance.toString
.
name
- the cache namepublic final String getName()
Copyright © 2023. All rights reserved.