public interface Cacheable
Modifier and Type | Method and Description |
---|---|
void |
markAsCached()
Marks the instance as cached.
|
boolean |
requiresRefresh()
Instructs any component that would like to cache the object
that in case it's already cached it should be refreshed inside the cache
|
boolean requiresRefresh()
void markAsCached()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.