Hi,
We are using simple-spring-memcached.version 3.6.1 in our project.The cache key pattern that we use is as follows.
keyname#180#<identifier>
Note that the expiry time in seconds for the key is specified after the first '#' character. We are using ExtendedSSMCacheManager that allows us to pass the expiration time.
We also have the default expiration set via SSMCache constructor.
We have observed that, for the specific cache key mentioned above, the expiry mentioned as part of the key does not seem to take effect. Instead it always takes the default expiry time specified while creating the SSMCache. This was working in our previous releases of our product and suddenly stopped working. Though the
simple-spring-memcached.version has remained the same, the memcached server version has changed from 1.4.4 to 1.5.6.
We are wondering if there is an issue with simple-spring-memcached.version 3.6.1 integration with Memcached 1.5.6 with respect to the above scenario. Kindly help us with this regard.
Thanks,
Srikkanth