Uses of Class
org.apache.syncope.core.provisioning.api.cache.VirAttrCacheValue
-
Packages that use VirAttrCacheValue Package Description org.apache.syncope.core.provisioning.api.cache org.apache.syncope.core.provisioning.java.cache -
-
Uses of VirAttrCacheValue in org.apache.syncope.core.provisioning.api.cache
Methods in org.apache.syncope.core.provisioning.api.cache that return VirAttrCacheValue Modifier and Type Method Description VirAttrCacheValue
VirAttrCache. get(VirAttrCacheKey key)
Retrieve cached value.VirAttrCacheValue
VirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
Cache virtual attribute values.Methods in org.apache.syncope.core.provisioning.api.cache with parameters of type VirAttrCacheValue Modifier and Type Method Description VirAttrCacheValue
VirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
Cache virtual attribute values. -
Uses of VirAttrCacheValue in org.apache.syncope.core.provisioning.java.cache
Methods in org.apache.syncope.core.provisioning.java.cache that return VirAttrCacheValue Modifier and Type Method Description VirAttrCacheValue
CaffeineVirAttrCache. get(VirAttrCacheKey key)
VirAttrCacheValue
DisabledVirAttrCache. get(VirAttrCacheKey key)
VirAttrCacheValue
CaffeineVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
VirAttrCacheValue
DisabledVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
Methods in org.apache.syncope.core.provisioning.java.cache with parameters of type VirAttrCacheValue Modifier and Type Method Description VirAttrCacheValue
CaffeineVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
VirAttrCacheValue
DisabledVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
-