Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SQLStore\Lookup\ListLookup Interface Reference
Inheritance diagram for SMW\SQLStore\Lookup\ListLookup:
Inheritance graph
[legend]

Public Member Functions

 fetchList ()
 
 isFromCache ()
 
 getHash ()
 
 getTimestamp ()
 

Detailed Description

A simple interface for fetching a list from either a DB or being used as decorator to cache results

GNU GPL v2+

Since
2.2
Author
mwjames

Member Function Documentation

◆ fetchList()

SMW\SQLStore\Lookup\ListLookup::fetchList ( )

◆ getHash()

SMW\SQLStore\Lookup\ListLookup::getHash ( )

A unique identifier that can describe a specific lookup instance to distinguish it from other lookup's of the same list

Since
2.2
Returns
string

Implemented in SMW\SQLStore\Lookup\CachedListLookup, SMW\SQLStore\Lookup\UsageStatisticsListLookup, SMW\SQLStore\Lookup\UndeclaredPropertyListLookup, SMW\SQLStore\Lookup\UnusedPropertyListLookup, and SMW\SQLStore\Lookup\PropertyUsageListLookup.

◆ getTimestamp()

SMW\SQLStore\Lookup\ListLookup::getTimestamp ( )

◆ isFromCache()

SMW\SQLStore\Lookup\ListLookup::isFromCache ( )

The documentation for this interface was generated from the following file:

About | General disclaimer | Privacy policy