Uses of Class
org.apache.syncope.core.provisioning.api.cache.VirAttrCacheKey
-
Packages that use VirAttrCacheKey Package Description org.apache.syncope.core.provisioning.api.cache org.apache.syncope.core.provisioning.java.cache -
-
Uses of VirAttrCacheKey in org.apache.syncope.core.provisioning.api.cache
Methods in org.apache.syncope.core.provisioning.api.cache with parameters of type VirAttrCacheKey Modifier and Type Method Description voidVirAttrCache. expire(VirAttrCacheKey key)Force entry expiring.VirAttrCacheValueVirAttrCache. get(VirAttrCacheKey key)Retrieve cached value.VirAttrCacheValueVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)Cache virtual attribute values. -
Uses of VirAttrCacheKey in org.apache.syncope.core.provisioning.java.cache
Methods in org.apache.syncope.core.provisioning.java.cache with parameters of type VirAttrCacheKey Modifier and Type Method Description voidCaffeineVirAttrCache. expire(VirAttrCacheKey key)voidDisabledVirAttrCache. expire(VirAttrCacheKey key)VirAttrCacheValueCaffeineVirAttrCache. get(VirAttrCacheKey key)VirAttrCacheValueDisabledVirAttrCache. get(VirAttrCacheKey key)VirAttrCacheValueCaffeineVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)VirAttrCacheValueDisabledVirAttrCache. put(VirAttrCacheKey key, VirAttrCacheValue value)
-