- getEntities(K) - Method in interface com.wassilak.cache_service.cache.Cache
-
The getEntities method returns all entites mapped to the given key.
- getObject() - Method in interface com.wassilak.cache_service.entity.Entity
-
The getObject method returns the underlying object that this cache Entity represents.
- getTimeStamp() - Method in interface com.wassilak.cache_service.entity.Entity
-
The getTimeStamp method returns the date/time that the entity was created.
- getTimeToLive() - Method in interface com.wassilak.cache_service.entity.Entity
-
The getTimeToLive method returns the time that the Entity can live before it should be removed from the cache, in
milliseconds.