Inheritance diagram for OpenSim::Framework::Communications::Cache::FileAssetClient:

Public Member Functions | |
| FileAssetClient (string dir) | |
| override void | StoreAsset (AssetBase asset) |
| override void | UpdateAsset (AssetBase asset) |
Protected Member Functions | |
| override AssetBase | GetAsset (AssetRequest req) |
| This method must be implemented by a subclass to retrieve the asset named in the AssetRequest. If the asset is not found, null should be returned. | |
| OpenSim::Framework::Communications::Cache::FileAssetClient::FileAssetClient | ( | string | dir | ) | [inline] |
| override void OpenSim::Framework::Communications::Cache::FileAssetClient::StoreAsset | ( | AssetBase | asset | ) | [inline, virtual] |
| override void OpenSim::Framework::Communications::Cache::FileAssetClient::UpdateAsset | ( | AssetBase | asset | ) | [inline, virtual] |
Reimplemented from OpenSim::Framework::Communications::Cache::AssetServerBase.
| override AssetBase OpenSim::Framework::Communications::Cache::FileAssetClient::GetAsset | ( | AssetRequest | req | ) | [inline, protected, virtual] |
This method must be implemented by a subclass to retrieve the asset named in the AssetRequest. If the asset is not found, null should be returned.
| req |
| System.Exception | Thrown if the request failed for some other reason than that the asset cannot be found. |
Implements OpenSim::Framework::Communications::Cache::AssetServerBase.
1.5.1