namespace YooAsset
{
/// <summary>
/// 缓存条目接口
/// </summary>
internal interface ICacheEntry
/// 资源包唯一标识
string BundleGuid { get; }
}