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 VirAttrCacheValueVirAttrCache. get(VirAttrCacheKey key)Retrieve cached value.VirAttrCacheValueVirAttrCache. 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 VirAttrCacheValueVirAttrCache. 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 VirAttrCacheValueCaffeineVirAttrCache. get(VirAttrCacheKey key)VirAttrCacheValueDisabledVirAttrCache. get(VirAttrCacheKey key)VirAttrCacheValueCaffeineVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)VirAttrCacheValueDisabledVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)Methods in org.apache.syncope.core.provisioning.java.cache with parameters of type VirAttrCacheValue Modifier and Type Method Description VirAttrCacheValueCaffeineVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)VirAttrCacheValueDisabledVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
-