Skip to content

Commit

Permalink
chore: polish Postman API helper classes and cache management
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Jun 30, 2024
1 parent 1c082c8 commit b525f8d
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 b525f8d

Please sign in to comment.