Skip to content

Commit

Permalink
chore: polish Postman API helper classes and cache management (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Jun 30, 2024
1 parent 02901d8 commit d74de6e
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 138 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ package com.itangcent.cache
*/
interface CacheSwitcher {

/**
* Disables the use of cache for subsequent operations.
*/
fun notUserCache()

/**
* Enables the use of cache for subsequent operations.
*/
fun userCache()
}

Expand Down
Loading

0 comments on commit d74de6e

Please sign in to comment.