Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b762cf8

Browse files
committedFeb 11, 2017
update the class name for lib vanilla.v.cache
1 parent 9b6e651 commit b762cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vanilla/v/cache.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Cache = Class('vanilla.v.libs.cache')
1+
local Cache = Class('vanilla.v.cache')
22
local mc = LoadV('vanilla.v.cache.mc')
33
local lru = LoadV('vanilla.v.cache.lru')
44
local redis = LoadV('vanilla.v.cache.redis')

0 commit comments

Comments
 (0)
Please sign in to comment.