We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb10f6 commit c53a035Copy full SHA for c53a035
src/main/groovy/grails/plugin/cache/web/filter/redis/RedisPageFragmentCachingFilter.java
@@ -27,17 +27,6 @@
27
*/
28
public class RedisPageFragmentCachingFilter extends PageFragmentCachingFilter {
29
30
-// @Override
31
-// protected void replaceCacheWithDecoratedCache(Cache cache, BlockingCache blocking) {
32
-// getNativeCacheManager().replaceCacheWithDecoratedCache(
33
-// (Ehcache)cache.getNativeCache(), (Ehcache)blocking.getNativeCache());
34
-// }
35
-
36
37
-// protected BlockingCache createBlockingCache(Cache cache) {
38
-// return new EhcacheBlockingCache((Ehcache)cache.getNativeCache());
39
40
41
@Override
42
protected int getTimeToLive(ValueWrapper wrapper) {
43
// ttl not supported
0 commit comments