org.xwiki.gwt.user.client
Interface Cache.CacheCallback<T>

Type Parameters:
T - the type of the cached object
Enclosing class:
Cache

public static interface Cache.CacheCallback<T>

Interface used to access an object when it is not found in the cache.


Method Summary
 T get()
           
 

Method Detail

get

T get()
Returns:
the object to be cached


Copyright © 2004–2014 XWiki. All rights reserved.