| Package | Description |
|---|---|
| org.spincast.core.config | |
| org.spincast.core.routing | |
| org.spincast.plugins.config | |
| org.spincast.plugins.routing |
| Modifier and Type | Method and Description |
|---|---|
IStaticResourceCacheConfig |
ISpincastConfig.getDefaultStaticResourceCacheConfig(boolean isDynamicResource)
The default cache configurations for the static resource.
|
| Modifier and Type | Method and Description |
|---|---|
IStaticResourceCacheConfig |
IStaticResource.getCacheConfig()
The cache configurations for the static resource.
|
| Modifier and Type | Method and Description |
|---|---|
IStaticResource<R> |
IStaticResourceFactory.create(StaticResourceType staticResourceType,
String url,
String path,
IHandler<R> generator,
IStaticResourceCorsConfig corsConfig,
IStaticResourceCacheConfig cacheConfig) |
| Modifier and Type | Method and Description |
|---|---|
IStaticResourceCacheConfig |
SpincastConfig.getDefaultStaticResourceCacheConfig(boolean isDynamicResource) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticResourceCacheConfig |
| Modifier and Type | Method and Description |
|---|---|
IStaticResourceCacheConfig |
IStaticResourceCacheConfigFactory.create(int cacheSeconds,
boolean isCachePrivate,
Integer cacheSecondsCdn) |
IStaticResourceCacheConfig |
StaticResourceBuilder.getCacheConfig() |
IStaticResourceCacheConfig |
StaticResource.getCacheConfig() |
protected IStaticResourceCacheConfig |
StaticResourceBuilder.getDefaultCacheConfig()
The default cache configurations to use if it is
not specified.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IStaticResourceCacheConfig> |
SpincastRoutingPluginGuiceModule.getStaticResourceCacheConfigImplClass() |
| Constructor and Description |
|---|
StaticResource(StaticResourceType staticResourceType,
String urlPath,
String resourcePath,
IHandler<R> generator,
IStaticResourceCorsConfig corsConfig,
IStaticResourceCacheConfig cacheConfig) |
Copyright © 2016. All rights reserved.