DATAREDIS-78

This commit is contained in:
Costin Leau
2011-10-25 11:54:08 +03:00
parent 91e4694a02
commit 9c5d01e9a2
2 changed files with 11 additions and 1 deletions

View File

@@ -51,7 +51,6 @@ public class RedisCacheManager implements CacheManager {
if (c == null) {
c = new RedisCache(name, (usePrefix ? cachePrefix.prefix(name) : null), template);
caches.put(name, c);
names.add(name);
}
return c;