net.sue445.kulib.util
Class MemcacheUtil

java.lang.Object
  extended by net.sue445.kulib.util.MemcacheUtil

public final class MemcacheUtil
extends Object

Utility for memcache

Since:
0.0.2
Author:
sue445

Method Summary
static String createKeyPrefix(Class<?> clazz)
          create key prefix (ex.
static String getCurrentVersionId()
          get current version ID (auto generated by appengine)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCurrentVersionId

public static String getCurrentVersionId()
get current version ID (auto generated by appengine)

Returns:

createKeyPrefix

public static String createKeyPrefix(Class<?> clazz)
create key prefix (ex. 1.0_FooService_)

Parameters:
clazz -
Returns:


Copyright © 2013. All Rights Reserved.