store.lua 232 B

123456
  1. -- Copyright 2009 Steven Barth <steven@midlink.org>
  2. -- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org>
  3. -- Licensed to the public under the Apache License 2.0.
  4. local util = require "luci.util"
  5. module("luci.store", util.threadlocal)