google-code-export / slim3

Automatically exported from code.google.com/p/slim3
1 stars 1 forks source link

Stop using MemcacheService#setNamespace() #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Memcache causes NullPointerException.
The cause is MemcacheService.setNamespace(),
so Slim3 stops using MemcacheService.setNamespace().
Use NamespaceManager.setNamespace() instead of MemcacheService.setNamespace().

Original issue reported on code.google.com by higaya...@gmail.com on 15 May 2010 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by higaya...@gmail.com on 15 May 2010 at 9:55