|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.cache.Cache<String,Attribute>
org.mmbase.bridge.jsp.taglib.util.AttributeCache
class AttributeCache
Cache which relates unparsed Attribute Strings with parsed `Attribute' objects. It is not sure that this cache actually increases performance. Perhaps we can as well do without.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.mmbase.cache.Cache |
|---|
lock, maxEntrySize |
| Constructor Summary | |
|---|---|
AttributeCache()
|
|
| Method Summary | |
|---|---|
Attribute |
getAttribute(String att)
|
String |
getDescription()
Gives a description for this cache type. |
String |
getName()
Returns a name for this cache type. |
| Methods inherited from class org.mmbase.cache.Cache |
|---|
checkCachePolicy, clear, contains, containsKey, containsValue, entrySet, equals, get, getAvarageValueLength, getByteSize, getByteSize, getCheapByteSize, getCount, getDefaultMaxEntrySize, getHits, getImplementation, getLock, getMaxEntrySize, getMaxSize, getMisses, getPuts, getRatio, getSize, getStats, hashCode, isActive, isEmpty, keySet, maxSize, put, putAll, putCache, remove, reset, setActive, setMaxEntrySize, setMaxSize, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
AttributeCache()
| Method Detail |
|---|
public String getName()
Cache
getName in interface CacheMBeangetName in class Cache<String,Attribute>public String getDescription()
Cache
getDescription in interface CacheMBeangetDescription in class Cache<String,Attribute>
public final Attribute getAttribute(String att)
throws JspTagException
JspTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||