Package com.github.damianwajser.model
Class CacheInfo
- java.lang.Object
-
- com.github.damianwajser.model.CacheInfo
-
public class CacheInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Object>getKeys()StringgetPrefix()StringgetTtl()inthashCode()voidsetKeys(Map<String,Object> keys)voidsetPrefix(String prefix)voidsetTtl(String ttl)StringtoString()
-