Class CachedDocumentStorage
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.CachedDocumentStorage
-
-
Constructor Summary
Constructors Constructor Description CachedDocumentStorage(StorageCache storageCache, Storage targetStorage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryResultfind(Query query)StorageCache.CacheContextinitCacheContext()voidremove(Document document)voidsave(Document document)
-
-
-
Constructor Detail
-
CachedDocumentStorage
public CachedDocumentStorage(StorageCache storageCache, Storage targetStorage)
-
-
Method Detail
-
find
public QueryResult find(Query query)
-
initCacheContext
public StorageCache.CacheContext initCacheContext()
-
-