T - The item typepublic abstract class BasicItem<T> extends Object implements Item<T>
| Constructor and Description |
|---|
BasicItem(MetaDataLoader loader)
Create a new BasicItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
invalidate() |
boolean |
isCachable()
Whether the item is cachable
|
boolean |
isValid()
Whether the value is valid
|
public BasicItem(MetaDataLoader loader)
loader - the loaderpublic boolean isCachable()
ItemisCachable in interface Item<T>public boolean isValid()
Itempublic void invalidate()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.