Method | Description | |
---|---|---|
ContainsCache ( String cacheKey ) : bool |
Determines whether the specified cache key contains cache.
|
|
GetCache ( String scope ) : IResourceCache |
Gets the cache.
|
|
YamlResourceCacheHolder ( Framework.Core.Configuration.Environment environment, String defaultResourcesPath ) : System |
Initializes a new instance of the YamlResourceCacheHolder class.
|
public ContainsCache ( String cacheKey ) : bool | ||
cacheKey | String | The cache key. |
return | bool |
public GetCache ( String scope ) : IResourceCache | ||
scope | String | The scope. |
return | IResourceCache |
public YamlResourceCacheHolder ( Framework.Core.Configuration.Environment environment, String defaultResourcesPath ) : System | ||
environment | Framework.Core.Configuration.Environment | The environment. |
defaultResourcesPath | String | The default resources path. |
return | System |