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.templateStoreMethods in org.chenile.utils.tenancy that return CachedValueModifier and TypeMethodDescriptionprotected CachedValueprotected CachedValueTenantSpecificResourceLoader.obtainValue(String name, String tenantId) protected CachedValueTenantSpecificResourceLoader.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.