Home
last modified time | relevance | path

Searched defs:cacheSection (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Cache/
H A DCacheMemory.cs58 internal virtual void ReadConfig(CacheSection cacheSection) {} in ReadConfig()
215 override internal void ReadConfig(CacheSection cacheSection) { in ReadConfig()
415 override internal void ReadConfig(CacheSection cacheSection) { in ReadConfig()
585 internal void ReadConfig(CacheSection cacheSection) { in ReadConfig()
H A DMemCache.cs64 internal void Init(CacheSection cacheSection) { in Init()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DPluginManager.cpp77 static constexpr const mpt::uchar *cacheSection = UL_("PluginCache"); variable