cache-expiration Questions

2

Solved

I have the following cache implementation in a Spring Boot app and it is working without any problem. However, I want to define expiration for this approach. Is it possible to set expiration for @C...
Isochronism asked 13/9, 2021 at 21:14

1

Solved

I'm desperately trying to figure out a way to set an expiry date on fonts in nginx to optimize on mobile. I'm interested for ttf fonts. I have mime.types as fallows: application/font-woff woff; app...
Centralism asked 1/4, 2021 at 21:0

4

Solved

I have been trying to use the caching capabilities of rails, but I am unable to expire some cache fragment although they seem to expire. Using the 'Russian Doll Caching' as pointed out in the rails...
Weichsel asked 3/7, 2013 at 10:48

1

Solved

Assume I want to cache the results of expensive method calls. These cache entries should have a different expiry duration (aka TTL). Is this possible with JCache if the entries are put into the sam...
Sausage asked 24/5, 2016 at 8:28

5

When i test my website for SpeedTest i'm seeing a lot of expiration not specified error.You can see at this page . I added this code to my .htaccess file ## EXPIRES CACHING ## <IfModule mod_e...
Canales asked 3/4, 2011 at 19:44

1

Solved

How to set Redis Cache expiration to 1 year? I tried to set the long value on the xml configuration to : 31556952000 (1 year), but then it caught an exception that type Integer doesn't recognize t...
Commissar asked 22/1, 2015 at 9:58

0

Earlier I was asking the question how to set up both httpexpires and cachecontrol headers I think I kind of found the answer <clientCache cacheControlCustom="public" httpExpires="Tue, 19 Jan 2...
Selenite asked 29/12, 2013 at 23:9

1

Solved

My redis server does not delete keys when the time-to-live reaches 0. Here is a sample code: redis-cli >SET mykey "ismykey" >EXPIRE mykey 20 #check TTL >TTL mykey >(integer) 17 > ...
Blunger asked 7/8, 2012 at 15:26
1

© 2022 - 2024 — McMap. All rights reserved.