org.dom4j.Attribute attributeIdAttribute = jdbmIndexElement
.attribute( ServerXmlIOV155.ATTRIBUTE_ATTRIBUTE_ID );
if ( attributeIdAttribute != null )
{
// Getting the 'cacheSize' attribute
org.dom4j.Attribute cacheSizeAttribute = jdbmIndexElement
.attribute( ServerXmlIOV155.ATTRIBUTE_CACHE_SIZE );
if ( cacheSizeAttribute != null )
{
// Adding a new indexed attribute to the list
indexedAttributes.add( new IndexedAttribute( attributeIdAttribute.getValue(), Integer