Class CacheEntryImpl0<K,V>
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.CacheEntryImpl0<K,V>
-
- All Implemented Interfaces:
javax.cache.Cache.Entry<K,V>
public class CacheEntryImpl0<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description CacheEntryImpl0(Map.Entry<K,V> e)
-
-
-
Method Detail
-
unwrap
public <T> T unwrap(Class<T> cls)
-
-