UseCase "Enable memcached"

From SMW CindyKate by dataspects
Component0455866898 /
Revision as of 09:10, 25 April 2018 by Lex (talk | contribs) (Text replacement - "DSKIMUseCase" to "UseCase")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[edit]
Keywords/Contexts

Caching

Annotations
{{#compound_query:Component0455866898Property "-Has subobject" has a restricted application area and cannot be used as annotation property by a user.UseCaseMotivation;?HasDirection;?IsMotivating;?IsMotivatedBy;?HasReasoning
Property "-Has subobject" has a restricted application area and cannot be used as annotation property by a user.UseCase "Enable memcached";?HasDirection;?IsMotivating;?IsMotivatedBy;?HasReasoning Property "-Has subobject" has a restricted application area and cannot be used as annotation property by a user.UseCase "Enable memcached";?HasDirection;?IsMotivating;?IsMotivatedBy;?HasReasoning
name=MotivationsDeclaredOnThisPageResultItem|link=none}}
Motivations
Lua error in Module:Motivations at line 23: attempt to concatenate field 'hasReasoning' (a nil value).
[edit]

Content


$wgMainCacheType = CACHE_MEMCACHED;

$wgMemCachedServers = array( "127.0.0.1:11233" );