C# Класс Spring.Globalization.NullResourceCache

Resource cache implementation that doesn't cache resources.
Наследование: AbstractResourceCache
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetResources ( string cacheKey ) : IList

Gets the list of resources from cache.

PutResources ( string cacheKey, IList resources ) : void

Puts the list of resources in the cache.

Описание методов

GetResources() защищенный Метод

Gets the list of resources from cache.
protected GetResources ( string cacheKey ) : IList
cacheKey string Cache key to use for lookup.
Результат IList

PutResources() защищенный Метод

Puts the list of resources in the cache.
protected PutResources ( string cacheKey, IList resources ) : void
cacheKey string Cache key to use for the specified resources.
resources IList A list of resources to cache.
Результат void