Uses of Class
org.chenile.utils.tenancy.CachedValue
-
Uses of CachedValue in org.chenile.utils.tenancy
Modifier and TypeFieldDescriptionprotected Map<Key,
CachedValue> TenantSpecificResourceLoader.templateStore
Modifier 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.