org.codehaus.activespace.cache.impl
Class JCacheHelper

java.lang.Object
  extended byorg.codehaus.activespace.cache.impl.JCacheHelper

public class JCacheHelper
extends Object

A collection of helper methods for working with JCache

Version:
$Revision: 1.4 $

Constructor Summary
JCacheHelper()
           
 
Method Summary
static Object getEntryVersion(javax.cache.Cache cache, Object key)
          Returns the version object for the given key or null if there is no version available
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCacheHelper

public JCacheHelper()
Method Detail

getEntryVersion

public static Object getEntryVersion(javax.cache.Cache cache,
                                     Object key)
Returns the version object for the given key or null if there is no version available



Copyright © 2004 Protique, Ltd.. All Rights Reserved.