public interface RefreshableCache<T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Get the cache.
|
void |
refresh()
Refresh the cache asynchronously.
|
T get()
void refresh()
Copyright © 2005–2017 Alfresco Software. All rights reserved.