Uses of Interface
net.solarnetwork.central.support.SharedValueCache
Packages that use SharedValueCache
Package
Description
-
Uses of SharedValueCache in net.solarnetwork.central.common.job
Constructors in net.solarnetwork.central.common.job with parameters of type SharedValueCacheModifierConstructorDescriptionSharedValueCacheCleaner(SharedValueCache<?, ?, ?> cache, String cacheName, String groupId) Constructor. -
Uses of SharedValueCache in net.solarnetwork.central.support
Classes in net.solarnetwork.central.support that implement SharedValueCacheModifier and TypeClassDescriptionclassBasicSharedValueCache<K,V, S> Basic implementation ofSharedValueCacheusingConcurrentMapobjects for storage. -
Uses of SharedValueCache in net.solarnetwork.central.support.xslt
Fields in net.solarnetwork.central.support.xslt declared as SharedValueCacheModifier and TypeFieldDescriptionprotected final SharedValueCache<String, Templates, String> BaseXsltService.templatesCacheA cache for templates.Constructors in net.solarnetwork.central.support.xslt with parameters of type SharedValueCacheModifierConstructorDescriptionBaseXsltService(String serviceId, DocumentBuilderFactory documentBuilderFactory, TransformerFactory transformerFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Duration templatesCacheTtl, SharedValueCache<String, Templates, String> templatesCache) Constructor.