Package org.redisson.cache
Interface CachedValueReference
-
- All Known Implementing Classes:
CachedValueSoftReference
,CachedValueWeakReference
public interface CachedValueReference
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CachedValue<?,?>
getOwner()
-
-
-
Method Detail
-
getOwner
CachedValue<?,?> getOwner()
-
-