public interface StaticAssetDao
| Modifier and Type | Method and Description | 
|---|---|
| StaticAsset | addOrUpdateStaticAsset(StaticAsset asset,
                      boolean clearLevel1Cache) | 
| void | delete(StaticAsset asset) | 
| List<StaticAsset> | readAllStaticAssets() | 
| StaticAsset | readStaticAssetByFullUrl(String fullUrl) | 
| StaticAsset | readStaticAssetById(Long id) | 
| Long | readTotalStaticAssetCount() | 
StaticAsset readStaticAssetById(Long id)
List<StaticAsset> readAllStaticAssets()
void delete(StaticAsset asset)
StaticAsset addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
Long readTotalStaticAssetCount()
StaticAsset readStaticAssetByFullUrl(String fullUrl)
Copyright © 2020. All rights reserved.