C - a cache contextpublic interface Contextual<C>
| Modifier and Type | Method and Description |
|---|---|
C |
getCacheContext()
Returns the cache context of this cached object.
|
default C |
removeCacheContext()
Removes any cache context associated with this cached object
|
void |
setCacheContext(C context)
Sets the cache context of this cached object.
|
C getCacheContext()
void setCacheContext(C context)
context - a cache contextdefault C removeCacheContext()
Copyright © 2020 JBoss by Red Hat. All rights reserved.