Interface GridCacheVersionAware
-
public interface GridCacheVersionAwareInterface implemented by classes that holds version related information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridCacheVersionversion()Gets version.
-
-
-
Method Detail
-
version
GridCacheVersion version()
Gets version.- Returns:
- Cache entry version.
-
-