All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.routing.StaticResourceCacheConfig.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






StaticResourceCacheConfig (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.routing

Interface StaticResourceCacheConfig

  • All Known Implementing Classes:
    StaticResourceCacheConfigDefault


    public interface StaticResourceCacheConfig
    Cache configurations available for a static resource.
    • Method Detail

      • getCacheSeconds

        int getCacheSeconds()
        The number of seconds to use when sending caching headers.

        If <=0 no caching headers will be sent.

      • isCachePrivate

        boolean isCachePrivate()
        Should private be used when sending caching headers? more info...
      • getCacheSecondsCdn

        Integer getCacheSecondsCdn()
        The number of seconds to use to cache by CDNs.

        If null, this option would be set.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy