-
Jan 30th, 2012, 06:41 AM
#1
@Cacheable - cache expire
Hello,
I'm using redis as distributed cache support, does anyone know if there's a way to specify the expiration for a cache so that a key from that cache is removed after the specified interval?
Thanks,
Alex.
-
Feb 20th, 2012, 02:59 AM
#2
When using ehcache and @Cacheable, you setup the TTL in the ehcache region configuration, so I assume this will be the similar for redis.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules