Interface SellersProxy
-
- All Known Implementing Classes:
SellersProxyImpl
public interface SellersProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evictSellerCache()
This method does update for all seller cache entriesjava.util.Optional<Seller>
findSellerById(java.lang.String id)
This method returns data as entity.
-
-
-
Method Detail
-
findSellerById
java.util.Optional<Seller> findSellerById(java.lang.String id)
This method returns data as entity.- Parameters:
id
- identification for database entity- Returns:
- data as entity wrapped in optional
-
evictSellerCache
void evictSellerCache()
This method does update for all seller cache entries
-
-