Skip to content

Commit

Permalink
[Remove]: [prefixField]
Browse files Browse the repository at this point in the history
  • Loading branch information
old-traveler committed Jan 3, 2020
1 parent e5c160e commit 28cd95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/hyc/parrot/FourActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FourActivity : BaseActivity() {
@InitParam("date")
private lateinit var date: String

@InitCache("loginCount", prefixField = "date")
@InitCache("loginCount", prefixKey = MyPrefixProvider.DATE)
private var loginCount = 0

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit 28cd95e

Please sign in to comment.