Uses of Class
org.chenile.utils.tenancy.CachedValue
Packages that use CachedValue
-
Uses of CachedValue in org.chenile.utils.tenancy
Fields in org.chenile.utils.tenancy with type parameters of type CachedValueModifier and TypeFieldDescriptionprotected Map<Key,
CachedValue> TenantSpecificResourceLoader.templateStore
Methods in org.chenile.utils.tenancy that return CachedValueModifier and TypeMethodDescriptionprotected CachedValue
protected CachedValue
TenantSpecificResourceLoader.obtainValue
(String name, String tenantId) protected CachedValue
TenantSpecificResourceLoader.populateValue
(String filename, URL url) Override this to store cached values that have information specific to the particular sub class By default the Cached Value stores URL and filename.