Package org.burningwave.core
Class Cache
java.lang.Object
org.burningwave.core.Cache
public class Cache extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Cache.AsyncObjectAndPathForResources<T,R>
static class
Cache.AsyncObjectForObject<T,R>
static class
Cache.AsyncPathForResources<R>
static interface
Cache.ObjectAndPathForResources<T,R>
static interface
Cache.ObjectForObject<T,R>
static interface
Cache.PathForResources<R>
static class
Cache.SyncObjectAndPathForResources<T,R>
static class
Cache.SyncObjectForObject<T,R>
static class
Cache.SyncPathForResources<R>
-
Field Summary
-
Method Summary
Modifier and Type Method Description static Cache
create(Properties properties)
-
Field Details
-
pathForContents
-
pathForFileSystemItems
-
pathForZipFiles
-
classLoaderForFields
-
classLoaderForMethods
-
classLoaderForConstructors
public final Cache.ObjectAndPathForResources<ClassLoader,Constructor<?>[]> classLoaderForConstructors -
bindedFunctionalInterfaces
-
uniqueKeyForField
-
uniqueKeyForMethods
-
uniqueKeyForMethodHandle
-
-
Method Details