public class ResourceCacheFactory extends Object
| Constructor and Description |
|---|
ResourceCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceCache |
createResourceCache()
Create an instance of a resource cache using the provided function.
|
static ResourceCacheCreateFunction |
getResourceCacheCreateFunction()
Get the current function to be used to create an instance of a resource cache.
|
static void |
setResourceCacheCreateFunction(ResourceCacheCreateFunction function)
Use the given function to create an instance of a resource cache.
|
public static void setResourceCacheCreateFunction(ResourceCacheCreateFunction function)
public static ResourceCacheCreateFunction getResourceCacheCreateFunction()
public static ResourceCache createResourceCache()
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.