objectcache: Remove unused QOS_LOCALITY_* constants
Follow-up to 7e1216370, which removed ATTR_LOCALITY.
Change-Id: I9885f53f0058e06056f76249a447c4bb3c96ad2f
This commit is contained in:
parent
96ad399733
commit
59b002b866
1 changed files with 0 additions and 5 deletions
|
|
@ -47,11 +47,6 @@ interface StorageAwareness {
|
|||
/** Fallback disk-based SQL store */
|
||||
public const QOS_EMULATION_SQL = 1;
|
||||
|
||||
/** Data is stored on remote hosts and accessed via the local area network */
|
||||
public const QOS_LOCALITY_LAN = 1;
|
||||
/** Data is stored on the local host and accessed via shared RAM, sockets, or filesystems */
|
||||
public const QOS_LOCALITY_SRV = 2;
|
||||
|
||||
/** Data is never saved to begin with (blackhole store) */
|
||||
public const QOS_DURABILITY_NONE = 1;
|
||||
/** Data is lost at the end of the current web request or CLI script */
|
||||
|
|
|
|||
Loading…
Reference in a new issue