Package org.duracloud.common.cache
Interface AccountComponentCache<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
AbstractAccountComponentCache
public interface AccountComponentCache<T>An interface for accessing cached components associated with an account.- Author:
- Daniel Bernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(String accountId)voidonEvent(AccountChangeEvent event)
-
-
-
Method Detail
-
onEvent
void onEvent(AccountChangeEvent event)
-
-